ossp-pkg/pth/aclocal.m4 1.87 -> 1.88
--- aclocal.m4 2000/07/18 09:02:03 1.87
+++ aclocal.m4 2000/08/18 09:24:12 1.88
@@ -383,6 +383,9 @@
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
libtool_flags=''
|
|