aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-01 16:08:14 -0700
committerDan Nicolaescu2010-04-01 16:08:14 -0700
commit8224f93d18d7470f54d5894cb74da0168bddee44 (patch)
tree8461ab66e8609dff27e3d8fdf05bea657fa27592 /src/s
parent796bb9364a5244a089769f4c92daab1835b618c7 (diff)
downloademacs-8224f93d18d7470f54d5894cb74da0168bddee44.tar.gz
emacs-8224f93d18d7470f54d5894cb74da0168bddee44.zip
Remove all uses of LIBX11_SYSTEM.
* Makefile.in (LIBX11_SYSTEM): Remove. * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM instead. * configure.in: Remove all references to LIBX11_SYSTEM.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/msdos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 29fbdab8369..55f546589ec 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -149,7 +149,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
149 commentary below, in the non-X branch. The 140KB number was 149 commentary below, in the non-X branch. The 140KB number was
150 measured on GNU/Linux and on MS-WIndows. */ 150 measured on GNU/Linux and on MS-WIndows. */
151#define SYSTEM_PURESIZE_EXTRA (-170000+140000) 151#define SYSTEM_PURESIZE_EXTRA (-170000+140000)
152#define LIBX11_SYSTEM -lxext -lsys 152#define LIBS_SYSTEM -lxext -lsys
153#else 153#else
154/* We need a little extra space, see ../../lisp/loadup.el. 154/* We need a little extra space, see ../../lisp/loadup.el.
155 As of 20091024, DOS-specific files use up 62KB of pure space. But 155 As of 20091024, DOS-specific files use up 62KB of pure space. But