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 | 96c203580256e7002ba13b2167097d1b4ea25585 (patch) | |
| tree | 2e763a9e724d2bc53c11db715444f78d2ba2089f | |
| parent | 22dabbb24d1034dd4111a634ef7e507fe3687561 (diff) | |
| download | emacs-96c203580256e7002ba13b2167097d1b4ea25585.tar.gz | |
(HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS.
| -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 |
