From: Gerd Moellmann Date: Thu, 23 Nov 2000 12:36:52 +0000 (+0000) Subject: Initialize HAVE_LIBXP to no. X-Git-Tag: emacs-pretest-21.0.92~134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d96a4de3aedea8a1262cfdbd72ab738c64318ed5;p=emacs.git Initialize HAVE_LIBXP to no. --- diff --git a/ChangeLog b/ChangeLog index 6b07c1c1697..1976ed81f62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-11-23 Gerd Moellmann + + * configure.in: Initialize HAVE_LIBXP to no. + 2000-11-22 Gerd Moellmann * configure.in: Use m/macppc.h instead of the non-existent diff --git a/configure.in b/configure.in index 456755520b8..36435c23a63 100644 --- a/configure.in +++ b/configure.in @@ -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