]> www.ginac.de Git - cln.git/commitdiff
* configure.ac: Disable shared lib on MinGW.
authorRichard Kreckel <kreckel@ginac.de>
Fri, 4 Aug 2006 23:06:20 +0000 (23:06 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 4 Aug 2006 23:06:20 +0000 (23:06 +0000)
ChangeLog
configure.ac

index 2c9f72508d1bfe8e6da6556e668aeede3e651c69..f3f1dfd419c5a11af34ad8abc0d5ab8ced03f763 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-04  Sheplyakov Alexei  <varg@theor.jinr.ru>
+
+       * configure.ac: Disable shared lib on MinGW.
+
 2006-08-03  Sheplyakov Alexei  <varg@theor.jinr.ru>
 
        * m4/param.m4: Add support for MinGW.
index a47ef2e6aecd178507093f48d71135bfe7ec5de0..7011f535102b5e131497317567ece56084f1f537 100644 (file)
@@ -69,6 +69,14 @@ dnl           check for build configuration
 dnl
 PACKAGE=cln
                       dnl libtool wants PACKAGE
+case $host_os in
+    *mingw*)
+     AC_DISABLE_SHARED
+  dnl Shared libraries are not supported on some platforms [yet]
+    ;;
+    *)
+    ;;
+esac
 AC_PROG_LIBTOOL
                       dnl sets variable LIBTOOL