Fix a patching screwup (oh my!) Pointed out by Thomas Gellekum.

This commit is contained in:
Chuck Robey
2000-03-03 14:47:34 +00:00
parent 672ba2f225
commit dabbbbf8ac

View File

@@ -1,10 +1,10 @@
+--- configure.orig Mon Oct 4 18:11:17 1999
++++ configure Thu Feb 24 16:02:34 2000
+@@ -4041,7 +4041,7 @@
--- configure.orig Mon Oct 4 18:11:17 1999
+++ configure Thu Feb 24 16:02:34 2000
@@ -4041,7 +4041,7 @@
# Check whether --with-motif or --without-motif was given.
if test "${with_motif+set}" = set; then
withval="$with_motif"
- X_TOOLKIT_LIBS="${MOTIFLIB} $X_TOOLKIT_LIBS"; echo $ac_n "checking for XpQueryExtension in -lXp""... $ac_c" 1>&6
- X_TOOLKIT_LIBS="-lXm $X_TOOLKIT_LIBS"; echo $ac_n "checking for XpQueryExtension in -lXp""... $ac_c" 1>&6
+ X_TOOLKIT_LIBS="${MOTIFLIB} $X_TOOLKIT_LIBS"; echo $ac_n "checking for XpQueryExtension in -lXp""... $ac_c" 1>&6
echo "configure:4046: checking for XpQueryExtension in -lXp" >&5
ac_lib_var=`echo Xp'_'XpQueryExtension | sed 'y%./+-%__p_%'`