aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-07-28 18:01:39 +0000
committerDave Love2003-07-28 18:01:39 +0000
commit4fdbcac51e6466a27fd21b709c7467a9742a7dfe (patch)
treef48cab48655ecb1dcb21072a384b3589b12820f3
parentc20f961b23c9f8e078124df0c14d634ed5167949 (diff)
downloademacs-4fdbcac51e6466a27fd21b709c7467a9742a7dfe.tar.gz
emacs-4fdbcac51e6466a27fd21b709c7467a9742a7dfe.zip
Fix last change.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f364f685be9..9a443767f4c 100644
--- a/configure.in
+++ b/configure.in
@@ -2072,12 +2072,12 @@ dnl with `--with-xim=no'.
2072if test "${with_xim}" != "no"; then 2072if 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.])
2075fi
2076if 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
2079fi
2080if 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>],