diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-12-20 23:43:46 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-12-20 23:43:46 +0100 |
commit | bd431eef04e09819eb31938c601fc9f88e9eed00 (patch) | |
tree | c1c77955ed3214112df4638ef078aecac35774e4 /m4 | |
parent | 5e0e81a9c4e35f04ca3a757b5f2c019cbe1c5728 (diff) | |
download | curl-bd431eef04e09819eb31938c601fc9f88e9eed00.tar.gz |
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
Diffstat (limited to 'm4')
-rw-r--r-- | m4/xc-lt-iface.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |