summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-21 19:32:21 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-21 19:32:21 +0000
commitc915ce7fad00c2c49f394b9197329f4834568e69 (patch)
treeed184581d9ac4df0f36bffc1ffd9a3480ab7c6c1 /Configure
parentbbbf5d77f86bf2c0500b791adc75e990b503ac14 (diff)
downloadperl-c915ce7fad00c2c49f394b9197329f4834568e69.tar.gz
Sanity check for conflicting thread flavours.
p4raw-id: //depot/perl@8503
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure15
1 files changed, 14 insertions, 1 deletions
diff --git a/Configure b/Configure
index 0c92dcbbc6..f9a0a4997e 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Sun Jan 21 21:08:33 EET 2001 [metaconfig 3.0 PL70]
+# Generated on Sun Jan 21 21:30:32 EET 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -2935,6 +2935,19 @@ EOM
;;
esac
+case "$useithreads$use5005threads" in
+"$define$define")
+ $cat >&4 <<EOM
+
+You cannot have both the ithreads and the 5.005 threads enabled
+at the same time. Disabling the 5.005 threads since they are
+much less stable than the ithreads.
+
+EOM
+ use5005threads="$undef"
+ ;;
+esac
+
case "$d_oldpthreads" in
'') : Configure tests would be welcome here. For now, assume undef.
val="$undef" ;;