Fix previous LessTif change.

This commit is contained in:
Richard M. Stallman 2002-09-10 16:40:10 +00:00
parent 3f82efb44f
commit 6cf6d325b0

View 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)])