emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Mon, 28 Jul 2003 14:01:39 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.347 emacs/configure.in:1.348
*** emacs/configure.in:1.347    Wed Jul 23 07:16:16 2003
--- emacs/configure.in  Mon Jul 28 14:01:39 2003
***************
*** 2072,2083 ****
  if test "${with_xim}" != "no"; then
    AC_DEFINE(USE_XIM, 1,
            [Define to 1 if we should use XIM, if it is available.])
    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>],
--- 2072,2083 ----
  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
    AC_TRY_COMPILE([
  #include <X11/Xlib.h>
  #include <X11/Xresource.h>],




reply via email to

[Prev in Thread] Current Thread [Next in Thread]