summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorReini Urban <rurban@x-ray.at>2012-02-06 14:29:46 -0600
committerTony Cook <tony@develop-help.com>2012-02-08 22:38:10 +1100
commitd0a4cc40ecf613f5edf08970fd1ffa34dffc2de3 (patch)
tree761eb64b8e5f36f4b460519a26da769b53cd84e1 /hints
parent75d90f49c26dc33955d848d3586b4a7fe2136cf6 (diff)
downloadperl-d0a4cc40ecf613f5edf08970fd1ffa34dffc2de3.tar.gz
fix cygwin -Uuseithreads hints
Before -Uuseithreads resulted in a threaded perl. Now -Uuseithreads and -Uusethreads DWIM
Diffstat (limited to 'hints')
-rw-r--r--hints/cygwin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh
index 66e4d9b4c5..21997dba74 100644
--- a/hints/cygwin.sh
+++ b/hints/cygwin.sh
@@ -30,7 +30,7 @@ libswanted="$libswanted gdbm_compat"
test -z "$optimize" && optimize='-O3'
man3ext='3pm'
test -z "$use64bitint" && use64bitint='define'
-test -z "$usethreads" && usethreads='define'
+test -z "$useithreads" && useithreads='define'
ccflags="$ccflags -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__"
# - otherwise i686-cygwin
archname='cygwin'