From c2e2c98d81e3103a3ad16e44027b47e68833f404 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 23 Oct 2002 14:45:28 +0000
Subject: [PATCH] fixed the cygwin check for -no-undefined

---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
     ;;
   *)
-- 
GitLab