From: Richard Kreckel Date: Sun, 6 Aug 2006 14:41:01 +0000 (+0000) Subject: * configure.ac: Re-enable shared lib on non-MinGW platforms, sigh. X-Git-Tag: cln_1-1-12~1 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=2a184ae6be29c5218f80a94d473302ec93767700;p=cln.git * configure.ac: Re-enable shared lib on non-MinGW platforms, sigh. --- diff --git a/ChangeLog b/ChangeLog index e003d8d..125397b 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-06 Richard B. Kreckel * Apply patch for autoconf-2.60: diff --git a/configure.ac b/configure.ac index 7011f53..13b220f 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