Mercurial > emacs
changeset 52063:0aa399190e7b
Fix last change.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 28 Jul 2003 18:01:39 +0000 |
parents | 972e1715b479 |
children | d110bfb7288d |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Jul 28 16:06:55 2003 +0000 +++ b/configure.in Mon Jul 28 18:01:39 2003 +0000 @@ -2072,12 +2072,12 @@ 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>],