(HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS.
This commit is contained in:
parent
22dabbb24d
commit
96c2035802
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue