comparison configure.in @ 47289:e85548b04ce6

Fix typo.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Fri, 06 Sep 2002 13:42:23 +0000
parents 7c7faeac1188
children dd0eb98ebb2e
comparison
equal deleted inserted replaced
47288:215668a93025 47289:e85548b04ce6
1820 1820
1821 if test "${USE_X_TOOLKIT}" = "MOTIF"; then 1821 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
1822 AC_CACHE_CHECK(for LessTif where some systems put it, 1822 AC_CACHE_CHECK(for LessTif where some systems put it,
1823 [AC_TRY_COMPILE([#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>], 1823 [AC_TRY_COMPILE([#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>],
1824 [int x = 5;], 1824 [int x = 5;],
1825 emacs_cv_lesstif=yes, emacs_cv_lesstif=no) 1825 emacs_cv_lesstif=yes, emacs_cv_lesstif=no)])
1826 if test $emacs_cv_lesstif = yes; then 1826 if test $emacs_cv_lesstif = yes; then
1827 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" 1827 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
1828 LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS" 1828 LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
1829 fi 1829 fi
1830 AC_CACHE_CHECK(for Motif version 2.1, emacs_cv_motif_version_2_1, 1830 AC_CACHE_CHECK(for Motif version 2.1, emacs_cv_motif_version_2_1,