+2004-06-11 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR libobjc/15901
+ * configure.ac: Do not disable shared by default.
+ * configure: Regenerate.
+
2004-06-03 Nicola Pero <n.pero@mi.flashnet.it>
* Protocol.m ([-isEqual:]): Small optimizations returning
--enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
--enable-objc-gc enable the use of Boehm's garbage collector with
the GNU Objective-C runtime.
- --enable-shared=PKGS build shared libraries default=no
+ --enable-shared=PKGS build shared libraries default=yes
--enable-static=PKGS build static libraries default=yes
--enable-fast-install=PKGS optimize for fast installation default=yes
--disable-libtool-lock avoid locking (might break parallel builds)
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-# Disable shared libs by default
+# Enable Win32 DLL on MS Windows - FIXME
+
+
# Check whether --enable-shared or --disable-shared was given.
if test "${enable_shared+set}" = set; then
enableval="$enable_shared"
;;
esac
else
- enable_shared=no
+ enable_shared=yes
fi;
-# Enable Win32 DLL on MS Windows - FIXME
-
-
# Check whether --enable-static or --disable-static was given.
if test "${enable_static+set}" = set; then
enableval="$enable_static"
case $host in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 3630 "configure"' > conftest.$ac_ext
+ echo '#line 3629 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?