From: Karl Heuer Date: Mon, 26 Apr 1999 05:21:00 +0000 (+0000) Subject: Check for libXp. X-Git-Tag: emacs-20.4~320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03e8ce6a3a78402639336b07c1267386f4f870ee;p=emacs.git Check for libXp. --- 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. 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