mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
searching for image-handling libraries.
This commit is contained in:
parent
97d176db6b
commit
5a9bf171d0
@ -1,3 +1,8 @@
|
||||
2000-06-30 Ken Raeburn <raeburn@gnu.org>
|
||||
|
||||
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
|
||||
while searching for image-handling libraries.
|
||||
|
||||
2000-06-26 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* configure.in (--with-xim): New option.
|
||||
|
@ -1549,11 +1549,14 @@ AC_MSG_RESULT($HAVE_XFREE386)
|
||||
# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
|
||||
# for the tests that follow. We set it back to REAL_CFLAGS later on.
|
||||
|
||||
REAL_CPPFLAGS="$CPPFLAGS"
|
||||
|
||||
if test "${HAVE_X11}" = "yes"; then
|
||||
DEFS="$C_SWITCH_X_SITE $DEFS"
|
||||
LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
|
||||
LIBS="$LIBX $LIBS"
|
||||
CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
|
||||
CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
|
||||
|
||||
# On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
|
||||
# This is handled by LD_SWITCH_X_SITE_AUX during the real build,
|
||||
@ -2061,6 +2064,7 @@ AC_FUNC_VFORK
|
||||
|
||||
# Set up the CFLAGS for real compilation, so we can substitute it.
|
||||
CFLAGS="$REAL_CFLAGS"
|
||||
CPPFLAGS="$REAL_CPPFLAGS"
|
||||
|
||||
changequote(, )dnl
|
||||
#### Find out which version of Emacs this is.
|
||||
|
Loading…
Reference in New Issue
Block a user