]> granicus.if.org Git - curl/commitdiff
configure: allow static builds on mingw
authorDaniel Stenberg <daniel@haxx.se>
Sun, 20 Dec 2015 22:43:46 +0000 (23:43 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 20 Dec 2015 22:43:46 +0000 (23:43 +0100)
This patch is adopted from the MINGW-packages project. It makes it
possible to build curl both shared and static again.

URL: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-curl

m4/xc-lt-iface.m4

index 0b90d5f25f02521085356e95ed0157f98c1da7d2..82aaafae669b41941cc397fd2f124848975d0388 100644 (file)
@@ -72,7 +72,7 @@ fi
 if test "x$xc_lt_want_enable_shared" = 'xyes' &&
   test "x$xc_lt_want_enable_static" = 'xyes'; then
   case $host_os in @%:@ (
-    mingw* | pw32* | cegcc* | os2* | aix*)
+    pw32* | cegcc* | os2* | aix*)
       xc_lt_want_enable_static='no'
       ;;
   esac