aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-23 12:36:52 +0000
committerGerd Moellmann2000-11-23 12:36:52 +0000
commitd96a4de3aedea8a1262cfdbd72ab738c64318ed5 (patch)
tree6c75e140f4be56123a92da490c450b2eda953708
parentddbfaa9f29c9ad6d27e98847d84548cdcab6831f (diff)
downloademacs-d96a4de3aedea8a1262cfdbd72ab738c64318ed5.tar.gz
emacs-d96a4de3aedea8a1262cfdbd72ab738c64318ed5.zip
Initialize HAVE_LIBXP to no.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b07c1c1697..1976ed81f62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12000-11-23 Gerd Moellmann <gerd@gnu.org>
2
3 * configure.in: Initialize HAVE_LIBXP to no.
4
12000-11-22 Gerd Moellmann <gerd@gnu.org> 52000-11-22 Gerd Moellmann <gerd@gnu.org>
2 6
3 * configure.in: Use m/macppc.h instead of the non-existent 7 * 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.
1735 emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no)) 1735 emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no))
1736 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 1736 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
1737 if test $emacs_cv_motif_version_2_1 = yes; then 1737 if test $emacs_cv_motif_version_2_1 = yes; then
1738 HAVE_LIBXP=no
1738 AC_DEFINE(HAVE_MOTIF_2_1) 1739 AC_DEFINE(HAVE_MOTIF_2_1)
1739 AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes, , -lXext) 1740 AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes, , -lXext)
1740 if test ${HAVE_LIBXP} = yes; then 1741 if test ${HAVE_LIBXP} = yes; then