diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-10-23 14:45:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-10-23 14:45:28 +0000 |
commit | c2e2c98d81e3103a3ad16e44027b47e68833f404 (patch) | |
tree | a99e28e6e4feacc2471a6a554af9c02e0398f438 | |
parent | 3fa353a2d34cdf815a5dce49eb89aaa5ff717132 (diff) |
fixed the cygwin check for -no-undefined
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; *) |