From: Kai Großjohann Date: Fri, 6 Sep 2002 13:42:23 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~13342 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8bb4cb854802245821e7481ba713f7afbe423ee5;p=emacs.git Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 40717eb43f7..5ec94222c38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-06 Kai Gro,b_(Bjohann + + * configure.in: Fix typo. + 2002-08-26 Kim F. Storm * Makefile.in (install-arch-indep): Do not remove DOC file diff --git a/configure.in b/configure.in index d7268b1ca84..815dbb22151 100644 --- a/configure.in +++ b/configure.in @@ -1822,7 +1822,7 @@ if test "${USE_X_TOOLKIT}" = "MOTIF"; then AC_CACHE_CHECK(for LessTif where some systems put it, [AC_TRY_COMPILE([#include ], [int x = 5;], - emacs_cv_lesstif=yes, emacs_cv_lesstif=no) + emacs_cv_lesstif=yes, emacs_cv_lesstif=no)]) if test $emacs_cv_lesstif = yes; then CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"