@ -1,3 +1,7 @@
2006-08-06 Richard B. Kreckel <kreckel@ginac.de>
* configure.ac: Re-enable shared lib on non-MinGW platforms, sigh.
2006-08-04 Sheplyakov Alexei <varg@theor.jinr.ru>
* configure.ac: Disable shared lib on MinGW.
@ -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