]> granicus.if.org Git - curl/commitdiff
fixed the cygwin check for -no-undefined
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Oct 2002 14:45:28 +0000 (14:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Oct 2002 14:45:28 +0000 (14:45 +0000)
configure.in

index e59f18318025c4e1f4cd46fadb0eb305a5ecfb51..83854bb91c4ded476a79f6ef9b70917159d5a6d3 100644 (file)
@@ -52,7 +52,7 @@ dnl libtool setup
 AM_PROG_LIBTOOL
 
 case $host in
-  cygwin* | mingw* | pw32*)
+  *-*-cygwin | *-*-mingw* | *-*-pw32*)
     need_no_undefined=yes
     ;;
   *)