# HG changeset patch # User Gerd Moellmann # Date 974982994 0 # Node ID 29b0e4122caed107e3fb8837f878e29d8f894784 # Parent 376f263369b886136194d61bc9e29290115177de Initialize HAVE_LIBXP to no. diff -r 376f263369b8 -r 29b0e4122cae configure.in --- 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