Fix previous LessTif change.
This commit is contained in:
parent
3f82efb44f
commit
6cf6d325b0
1 changed files with 1 additions and 1 deletions
|
@ -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)])
|
||||
|
|
Loading…
Add table
Reference in a new issue