diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-01-17 22:03:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-01-17 22:03:09 +0000 |
commit | 045f338fd8dd26285199495728f94587ffcfb98d (patch) | |
tree | e2869741b47561b49710214269b95a59c11d1f3b /configure.in | |
parent | f4c6a6e6f8e51554ce8690f472bddb6df83feced (diff) | |
download | emacs-045f338fd8dd26285199495728f94587ffcfb98d.tar.gz |
(HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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 |