diff options
| author | Richard M. Stallman | 1996-01-17 22:03:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-17 22:03:09 +0000 |
| commit | 96c203580256e7002ba13b2167097d1b4ea25585 (patch) | |
| tree | 2e763a9e724d2bc53c11db715444f78d2ba2089f | |
| parent | 22dabbb24d1034dd4111a634ef7e507fe3687561 (diff) | |
| download | emacs-96c203580256e7002ba13b2167097d1b4ea25585.tar.gz emacs-96c203580256e7002ba13b2167097d1b4ea25585.zip | |
(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) | |||
| 1248 | 1248 | ||
| 1249 | if test "${HAVE_X11}" = "yes"; then | 1249 | if test "${HAVE_X11}" = "yes"; then |
| 1250 | DEFS="$C_SWITCH_X_SITE $DEFS" | 1250 | DEFS="$C_SWITCH_X_SITE $DEFS" |
| 1251 | LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS" | 1251 | LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE" |
| 1252 | LIBS="$LIBX $LIBS" | ||
| 1252 | CFLAGS="$C_SWITCH_X_SITE $CFLAGS" | 1253 | CFLAGS="$C_SWITCH_X_SITE $CFLAGS" |
| 1253 | 1254 | ||
| 1254 | if test "${opsys}" = "linux"; then | 1255 | if test "${opsys}" = "linux"; then |