From 8bb4cb854802245821e7481ba713f7afbe423ee5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Gro=C3=9Fjohann?= Date: Fri, 6 Sep 2002 13:42:23 +0000 Subject: [PATCH] Fix typo. --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 40717eb43f7..5ec94222c38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-06 Kai Gro,b_(Bjohann + + * configure.in: Fix typo. + 2002-08-26 Kim F. Storm * Makefile.in (install-arch-indep): Do not remove DOC file 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 ], [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" -- 2.39.2