summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2010-05-03 21:18:48 (GMT)
committerJesus Cea <jcea@jcea.es>2010-05-03 21:18:48 (GMT)
commit6a792298e7ba74dd3f127d26efb903f5f3fb6f67 (patch)
treef6913a1e01cd8a163d2d4de81c85bab0bd5c95a3 /configure
parent70cce42f154aaaacc4d6ec33872e6fcc5db66d52 (diff)
downloadcpython-6a792298e7ba74dd3f127d26efb903f5f3fb6f67.zip
cpython-6a792298e7ba74dd3f127d26efb903f5f3fb6f67.tar.gz
cpython-6a792298e7ba74dd3f127d26efb903f5f3fb6f67.tar.bz2
Deprecate OSF* support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index f0eb99e..d3fce2f 100755
--- a/configure
+++ b/configure
@@ -13554,6 +13554,12 @@ fi
+case $ac_sys_system in
+ OSF*) as_fn_error "OSF* systems are deprecated unless somebody volunteers. Check http://bugs.python.org/issue8606" "$LINENO" 5 ;;
+esac
+
+
+
for h in `(cd $srcdir;echo Python/thread_*.h)`
do
THREADHEADERS="$THREADHEADERS \$(srcdir)/$h"