changeset 47373:c863060047d6

Fix previous LessTif change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Sep 2002 16:40:10 +0000
parents 128dc960e014
children 78178028d987
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Sep 10 16:39:35 2002 +0000
+++ b/configure.in	Tue Sep 10 16:40:10 2002 +0000
@@ -1830,7 +1830,7 @@
 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)])