ossp-pkg/pth/aclocal.m4 1.88 -> 1.89
--- aclocal.m4 2000/08/18 09:24:12 1.88
+++ aclocal.m4 2000/08/18 09:31:15 1.89
@@ -383,11 +383,12 @@
enable_shared="$enableval",
if test ".$enable_shared" = .; then
enable_shared=yes
- case $PLATFORM in
- *-pc-solaris2* ) enable_shared=no ;; # Solaris/x86 has problems
- esac
fi
)dnl
+case "$PLATFORM" in
+ # Solaris 2.7/x86 is slightly broken
+ *-pc-solaris2.[78] ) enable_shared=no ;;
+esac
libtool_flags=''
dnl libtool_flags="$libtool_flags --cache-file=$cache_file"
libtool_flags="$libtool_flags --disable-lock"
|
|