Fixed defaults to be --enable-shared --disable-static.
authorshort <>
Wed, 29 Oct 2003 13:57:39 +0000 (13:57 +0000)
committershort <>
Wed, 29 Oct 2003 13:57:39 +0000 (13:57 +0000)
 - Shared library is at least mandatory for: liblufs-captivefs.so
 - Bugreport by the courtesy of Christian Kristukat.

configure.in

index c61a7f0..aa64345 100644 (file)
@@ -34,8 +34,8 @@ dnl Prevent "AC_TRY_COMPILE was called before AC_ISC_POSIX":
 AC_ISC_POSIX
 AC_SYS_LARGEFILE
 AM_PROG_AS
-AM_ENABLE_STATIC
-AM_DISABLE_SHARED
+AM_DISABLE_STATIC
+AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
 
 dnl gettext localization.