summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2003-07-28 18:01:39 +0000
committerDave Love <fx@gnu.org>2003-07-28 18:01:39 +0000
commit4fdbcac51e6466a27fd21b709c7467a9742a7dfe (patch)
treef48cab48655ecb1dcb21072a384b3589b12820f3 /configure.in
parentc20f961b23c9f8e078124df0c14d634ed5167949 (diff)
Fix last change.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f364f685be..9a443767f4 100644
--- a/configure.in
+++ b/configure.in
@@ -2072,12 +2072,12 @@ dnl with `--with-xim=no'.
if test "${with_xim}" != "no"; then
AC_DEFINE(USE_XIM, 1,
[Define to 1 if we should use XIM, if it is available.])
+fi
+if test "${HAVE_X11}" = "yes"; then
late_CFLAGS=$CFLAGS
if test "$GCC" = yes; then
CFLAGS="$CFLAGS --pedantic-errors"
fi
-fi
-if test "${HAVE_X11}" = "yes"; then
AC_TRY_COMPILE([
#include <X11/Xlib.h>
#include <X11/Xresource.h>],