Mercurial > emacs
changeset 47289:e85548b04ce6
Fix typo.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Fri, 06 Sep 2002 13:42:23 +0000 |
parents | 215668a93025 |
children | eb2e18d1144b |
files | ChangeLog configure.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Sep 06 10:12:33 2002 +0000 +++ b/ChangeLog Fri Sep 06 13:42:23 2002 +0000 @@ -1,3 +1,7 @@ +2002-09-06 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> + + * configure.in: Fix typo. + 2002-08-26 Kim F. Storm <storm@cua.dk> * Makefile.in (install-arch-indep): Do not remove DOC file
--- a/configure.in Fri Sep 06 10:12:33 2002 +0000 +++ b/configure.in Fri Sep 06 13:42:23 2002 +0000 @@ -1822,7 +1822,7 @@ 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"