(HAVE_LIBXP): Change test for libXp.

This commit is contained in:
Gerd Moellmann 2000-06-22 22:05:01 +00:00
parent 2fce2bb4b9
commit 72d9b5b37f

View file

@ -1700,7 +1700,10 @@ Motif version prior to 2.1.
HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
if test $emacs_cv_motif_version_2_1 = yes; then
AC_DEFINE(HAVE_MOTIF_2_1)
AC_CHECK_LIB(Xp, XpCreateContext)
AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes, , -lXext)
if test ${HAVE_LIBXP} = yes; then
AC_DEFINE(HAVE_LIBXP)
fi
fi
fi