]> www.ginac.de Git - cln.git/commitdiff
* configure.ac: Re-enable shared lib on non-MinGW platforms, sigh.
authorRichard Kreckel <kreckel@ginac.de>
Sun, 6 Aug 2006 14:41:01 +0000 (14:41 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 6 Aug 2006 14:41:01 +0000 (14:41 +0000)
ChangeLog
configure.ac

index e003d8d8be4ba704560054f5fc77dc65a3a0d709..125397bfc0c7bad7d840fd45dd6152c147a006fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-06  Richard B. Kreckel  <kreckel@ginac.de>
 
        * Apply patch for autoconf-2.60:
index 7011f535102b5e131497317567ece56084f1f537..13b220fa7f6e26f1c6c205a97efe239ac94c2106 100644 (file)
@@ -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