mirror of
https://github.com/curl/curl.git
synced 2025-09-13 15:42:39 +03:00
fixed the cygwin check for -no-undefined
This commit is contained in:
parent
3fa353a2d3
commit
c2e2c98d81
|
@ -52,7 +52,7 @@ dnl libtool setup
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
case $host in
|
||||
cygwin* | mingw* | pw32*)
|
||||
*-*-cygwin | *-*-mingw* | *-*-pw32*)
|
||||
need_no_undefined=yes
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue
Block a user