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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2e2c98d81e3103a3ad16e44027b47e68833f404;p=thirdparty%2Fcurl.git fixed the cygwin check for -no-undefined --- diff --git a/configure.in b/configure.in index e59f183180..83854bb91c 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 ;; *)