summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-04-01 16:08:14 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-04-01 16:08:14 -0700
commit8224f93d18d7470f54d5894cb74da0168bddee44 (patch)
tree8461ab66e8609dff27e3d8fdf05bea657fa27592 /configure
parent796bb9364a5244a089769f4c92daab1835b618c7 (diff)
downloademacs-8224f93d18d7470f54d5894cb74da0168bddee44.tar.gz
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 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 7d0662ce346..e63b74b8780 100755
--- a/configure
+++ b/configure
@@ -5796,10 +5796,7 @@ configure___ c_switch_machine=C_SWITCH_MACHINE
#define LIB_X11_LIB -lX11
#endif
-#ifndef LIBX11_SYSTEM
-#define LIBX11_SYSTEM
-#endif
-configure___ LIBX=LIB_X11_LIB LIBX11_SYSTEM
+configure___ LIBX=LIB_X11_LIB
#ifdef UNEXEC
configure___ unexec=UNEXEC