(HAVE_LIBXP): Change test for libXp.
This commit is contained in:
parent
2fce2bb4b9
commit
72d9b5b37f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue