From: Richard M. Stallman Date: Tue, 10 Sep 2002 16:40:10 +0000 (+0000) Subject: Fix previous LessTif change. X-Git-Tag: ttn-vms-21-2-B4~13266 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cf6d325b017635521729e98ecaa2ce7406a349c;p=emacs.git Fix previous LessTif change. --- 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)])