diff --git a/ChangeLog b/ChangeLog index 7a5c488..3b3921b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-06 Richard B. Kreckel + + * configure.ac: Re-enable shared lib on non-MinGW platforms, sigh. + 2006-08-04 Sheplyakov Alexei * configure.ac: Disable shared lib on MinGW. diff --git a/configure.ac b/configure.ac index bcaf415..2b17ce6 100644 --- a/configure.ac +++ b/configure.ac @@ -75,6 +75,7 @@ case $host_os in dnl Shared libraries are not supported on some platforms [yet] ;; *) + AC_ENABLE_SHARED ;; esac AC_PROG_LIBTOOL