diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-23 12:36:34 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-23 12:36:34 +0000 |
commit | c9734f4749da82858a87980806806c44b230cf9a (patch) | |
tree | f33cfcef3a490f1456701070aa543e437ec27a6c /configure.in | |
parent | b035e0ebb56711be86490d62d592da7f559520b2 (diff) | |
download | emacs-c9734f4749da82858a87980806806c44b230cf9a.tar.gz |
Initialize HAVE_LIBXP to no.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |