blob: a49c212f97b022bd8845af1df672074370d02230 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Thu Sep 25 15:30:18 1997
+++ configure Sun Oct 19 22:53:37 1997
@@ -951,7 +951,7 @@
PERL_CFLAGS="$perlcppflags"
fi
perllibs=`cd $srcdir;$vi_cv_path_perl -MExtUtils::Embed \
- -e 'ldopts' | sed '/Warning/d'`
+ -e 'ldopts' | sed '/Warning/d' | sed '/Note (probably harmless)/d'`
if test "X$perllibs" != "X"; then
LIBS="$perllibs $LIBS"
fi
@@ -2175,7 +2175,7 @@
echo "configure:2176: checking for location of Motif GUI libs" >&5
GUI_LIB_LOC=
for try in $gui_libs; do
- if test -f "$try/libXm.a" -o -f "$try/libXm.so" -o -f "$try/libXm.sl"; then
+ if test -f "$try/libXm.a" -o -f "$try/libXm.so.0.1" -o -f "$try/libXm.sl"; then
GUI_LIB_LOC=$try
if test "`(uname) 2>/dev/null`" = SunOS &&
uname -r | grep '^5' >/dev/null; then
|