comparison configure.in @ 33802:29b0e4122cae

Initialize HAVE_LIBXP to no.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 23 Nov 2000 12:36:34 +0000
parents f335897d9014
children 70795abe8c40
comparison
equal deleted inserted replaced
33801:376f263369b8 33802:29b0e4122cae
1733 Motif version prior to 2.1. 1733 Motif version prior to 2.1.
1734 #endif], 1734 #endif],
1735 emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no)) 1735 emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no))
1736 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 1736 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
1737 if test $emacs_cv_motif_version_2_1 = yes; then 1737 if test $emacs_cv_motif_version_2_1 = yes; then
1738 HAVE_LIBXP=no
1738 AC_DEFINE(HAVE_MOTIF_2_1) 1739 AC_DEFINE(HAVE_MOTIF_2_1)
1739 AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes, , -lXext) 1740 AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes, , -lXext)
1740 if test ${HAVE_LIBXP} = yes; then 1741 if test ${HAVE_LIBXP} = yes; then
1741 AC_DEFINE(HAVE_LIBXP) 1742 AC_DEFINE(HAVE_LIBXP)
1742 fi 1743 fi