From: Daniel Stenberg Date: Wed, 23 Oct 2002 14:45:28 +0000 (+0000) Subject: fixed the cygwin check for -no-undefined X-Git-Tag: curl-7_10_2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2e2c98d81e3103a3ad16e44027b47e68833f404;p=curl fixed the cygwin check for -no-undefined --- diff --git a/configure.in b/configure.in index e59f18318..83854bb91 100644 --- a/configure.in +++ b/configure.in @@ -52,7 +52,7 @@ dnl libtool setup AM_PROG_LIBTOOL case $host in - cygwin* | mingw* | pw32*) + *-*-cygwin | *-*-mingw* | *-*-pw32*) need_no_undefined=yes ;; *)