mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
Fix typo.
This commit is contained in:
parent
2e78ba2400
commit
8bb4cb8548
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user