]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous LessTif change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 Sep 2002 16:40:10 +0000 (16:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 Sep 2002 16:40:10 +0000 (16:40 +0000)
configure.in

index d634576297469b45b027cce413fdc15405e61e84..c511be2e9d9bf2295e9584834cc4d34261d6667b 100644 (file)
@@ -1830,7 +1830,7 @@ if test "${HAVE_X11}" = "yes"; then
 fi
 
 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
-  AC_CACHE_CHECK(for LessTif where some systems put it,
+  AC_CACHE_CHECK(for LessTif where some systems put it, emacs_cv_lesstif,
   [AC_TRY_COMPILE([#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>],
     [int x = 5;],
     emacs_cv_lesstif=yes, emacs_cv_lesstif=no)])