summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-17 22:03:09 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-17 22:03:09 +0000
commit045f338fd8dd26285199495728f94587ffcfb98d (patch)
treee2869741b47561b49710214269b95a59c11d1f3b
parentf4c6a6e6f8e51554ce8690f472bddb6df83feced (diff)
downloademacs-045f338fd8dd26285199495728f94587ffcfb98d.tar.gz
(HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS.
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 88ecf7f8fb6..b0d3ad9bb01 100644
--- a/configure.in
+++ b/configure.in
@@ -1248,7 +1248,8 @@ AC_MSG_RESULT($HAVE_XFREE386)
if test "${HAVE_X11}" = "yes"; then
DEFS="$C_SWITCH_X_SITE $DEFS"
- LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS"
+ LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
+ LIBS="$LIBX $LIBS"
CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
if test "${opsys}" = "linux"; then