From: short <> Date: Wed, 29 Oct 2003 13:57:39 +0000 (+0000) Subject: Fixed defaults to be --enable-shared --disable-static. X-Git-Tag: captive-1_0_2~43 X-Git-Url: http://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=b194d9654b4d50d59b16313d2b7b5ddc4fe7b0ca;hp=dac26d34922d6484fc42d6545797c82948c30e3c Fixed defaults to be --enable-shared --disable-static. - Shared library is at least mandatory for: liblufs-captivefs.so - Bugreport by the courtesy of Christian Kristukat. --- diff --git a/configure.in b/configure.in index c61a7f0..aa64345 100644 --- a/configure.in +++ b/configure.in @@ -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.