Check for libXp.

This commit is contained in:
Karl Heuer 1999-04-26 05:21:00 +00:00
parent daba3e25f3
commit 03e8ce6a3a

View file

@ -1605,6 +1605,7 @@ 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)
fi
fi