aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-04-26 05:21:00 +0000
committerKarl Heuer1999-04-26 05:21:00 +0000
commit03e8ce6a3a78402639336b07c1267386f4f870ee (patch)
tree3ab8f222434b442de31f8e8b9eb4465d3331c6a6
parentdaba3e25f3483ff48b675a6985fd19c6675c466f (diff)
downloademacs-03e8ce6a3a78402639336b07c1267386f4f870ee.tar.gz
emacs-03e8ce6a3a78402639336b07c1267386f4f870ee.zip
Check for libXp.
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index bd7684b27a0..1da8240445c 100644
--- a/configure.in
+++ b/configure.in
@@ -1605,6 +1605,7 @@ Motif version prior to 2.1.
1605 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 1605 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
1606 if test $emacs_cv_motif_version_2_1 = yes; then 1606 if test $emacs_cv_motif_version_2_1 = yes; then
1607 AC_DEFINE(HAVE_MOTIF_2_1) 1607 AC_DEFINE(HAVE_MOTIF_2_1)
1608 AC_CHECK_LIB(Xp, XpCreateContext)
1608 fi 1609 fi
1609fi 1610fi
1610 1611