Mercurial > emacs
changeset 33802:29b0e4122cae
Initialize HAVE_LIBXP to no.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 23 Nov 2000 12:36:34 +0000 |
parents | 376f263369b8 |
children | 1f71c752b328 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Nov 23 10:26:35 2000 +0000 +++ b/configure.in Thu Nov 23 12:36:34 2000 +0000 @@ -1735,6 +1735,7 @@ 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