projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa353a
)
fixed the cygwin check for -no-undefined
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 23 Oct 2002 14:45:28 +0000
(14:45 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 23 Oct 2002 14:45:28 +0000
(14:45 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index e59f18318025c4e1f4cd46fadb0eb305a5ecfb51..83854bb91c4ded476a79f6ef9b70917159d5a6d3 100644
(file)
--- 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
;;
*)