]> git.eshelyaron.com Git - emacs.git/commitdiff
Check for libXp.
authorKarl Heuer <kwzh@gnu.org>
Mon, 26 Apr 1999 05:21:00 +0000 (05:21 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 26 Apr 1999 05:21:00 +0000 (05:21 +0000)
configure.in

index bd7684b27a03ec0076c6eababf77144e59cca91d..1da8240445c37370bf3b8515d618eff5c4c761f0 100644 (file)
@@ -1605,6 +1605,7 @@ 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)
   fi
 fi