]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorKai Großjohann <kgrossjo@eu.uu.net>
Fri, 6 Sep 2002 13:42:23 +0000 (13:42 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Fri, 6 Sep 2002 13:42:23 +0000 (13:42 +0000)
ChangeLog
configure.in

index 40717eb43f7064c92c464bb3ba9789bc1d4bde65..5ec94222c38f199afcffee7b7c9c8de5ebfd0fd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * configure.in: Fix typo.
+
 2002-08-26  Kim F. Storm  <storm@cua.dk>
 
        * Makefile.in (install-arch-indep): Do not remove DOC file
index d7268b1ca847b693e091f39c153b598b50b0aab0..815dbb22151a88305ad992dbc7a5f685da543a80 100644 (file)
@@ -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 </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>],
     [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"