comparison configure.in @ 52063:0aa399190e7b

Fix last change.
author Dave Love <fx@gnu.org>
date Mon, 28 Jul 2003 18:01:39 +0000
parents 64a5bcc93508
children 766599ef3cf7
comparison
equal deleted inserted replaced
52062:972e1715b479 52063:0aa399190e7b
2070 dnl with `--with-xim=no'. 2070 dnl with `--with-xim=no'.
2071 2071
2072 if test "${with_xim}" != "no"; then 2072 if test "${with_xim}" != "no"; then
2073 AC_DEFINE(USE_XIM, 1, 2073 AC_DEFINE(USE_XIM, 1,
2074 [Define to 1 if we should use XIM, if it is available.]) 2074 [Define to 1 if we should use XIM, if it is available.])
2075 fi
2076 if test "${HAVE_X11}" = "yes"; then
2075 late_CFLAGS=$CFLAGS 2077 late_CFLAGS=$CFLAGS
2076 if test "$GCC" = yes; then 2078 if test "$GCC" = yes; then
2077 CFLAGS="$CFLAGS --pedantic-errors" 2079 CFLAGS="$CFLAGS --pedantic-errors"
2078 fi 2080 fi
2079 fi
2080 if test "${HAVE_X11}" = "yes"; then
2081 AC_TRY_COMPILE([ 2081 AC_TRY_COMPILE([
2082 #include <X11/Xlib.h> 2082 #include <X11/Xlib.h>
2083 #include <X11/Xresource.h>], 2083 #include <X11/Xresource.h>],
2084 [Display *display; 2084 [Display *display;
2085 XrmDatabase db; 2085 XrmDatabase db;