From bd431eef04e09819eb31938c601fc9f88e9eed00 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 20 Dec 2015 23:43:46 +0100 Subject: configure: allow static builds on mingw 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/xc-lt-iface.m4 b/m4/xc-lt-iface.m4 index 0b90d5f25..82aaafae6 100644 --- a/m4/xc-lt-iface.m4 +++ b/m4/xc-lt-iface.m4 @@ -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 -- cgit v1.2.3