From 6cf6d325b017635521729e98ecaa2ce7406a349c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 Sep 2002 16:40:10 +0000 Subject: [PATCH] Fix previous LessTif change. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ], [int x = 5;], emacs_cv_lesstif=yes, emacs_cv_lesstif=no)]) -- 2.39.2