diff options
author | Kai Großjohann <kgrossjo@eu.uu.net> | 2002-09-06 13:42:23 +0000 |
---|---|---|
committer | Kai Großjohann <kgrossjo@eu.uu.net> | 2002-09-06 13:42:23 +0000 |
commit | 8bb4cb854802245821e7481ba713f7afbe423ee5 (patch) | |
tree | 3c3a20df9774409819e3407b4b67e71fc80e373b /configure.in | |
parent | 2e78ba2400de668dd27cb19c1301cea84d9fede8 (diff) | |
download | emacs-8bb4cb854802245821e7481ba713f7afbe423ee5.tar.gz |
Fix typo.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d7268b1ca84..815dbb22151 100644 --- a/configure.in +++ b/configure.in @@ -1822,7 +1822,7 @@ if test "${USE_X_TOOLKIT}" = "MOTIF"; then AC_CACHE_CHECK(for LessTif where some systems put it, [AC_TRY_COMPILE([#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>], [int x = 5;], - emacs_cv_lesstif=yes, emacs_cv_lesstif=no) + emacs_cv_lesstif=yes, emacs_cv_lesstif=no)]) if test $emacs_cv_lesstif = yes; then CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS" |