Initialize HAVE_LIBXP to no.
This commit is contained in:
parent
ddbfaa9f29
commit
d96a4de3ae
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-11-23 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* configure.in: Initialize HAVE_LIBXP to no.
|
||||
|
||||
2000-11-22 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* configure.in: Use m/macppc.h instead of the non-existent
|
||||
|
|
|
@ -1735,6 +1735,7 @@ Motif version prior to 2.1.
|
|||
emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no))
|
||||
HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
|
||||
if test $emacs_cv_motif_version_2_1 = yes; then
|
||||
HAVE_LIBXP=no
|
||||
AC_DEFINE(HAVE_MOTIF_2_1)
|
||||
AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes, , -lXext)
|
||||
if test ${HAVE_LIBXP} = yes; then
|
||||
|
|
Loading…
Add table
Reference in a new issue