summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-09-10 16:40:10 +0000
committerRichard M. Stallman <rms@gnu.org>2002-09-10 16:40:10 +0000
commit6cf6d325b017635521729e98ecaa2ce7406a349c (patch)
treeac58606e143f838ec92f4aca465b803e03094917 /configure.in
parent3f82efb44f2f7718f688b5af840deae78fbcfe23 (diff)
downloademacs-6cf6d325b017635521729e98ecaa2ce7406a349c.tar.gz
Fix previous LessTif change.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d6345762974..c511be2e9d9 100644
--- a/configure.in
+++ b/configure.in
@@ -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)])