summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2010-05-03 21:18:48 +0000
committerJesus Cea <jcea@jcea.es>2010-05-03 21:18:48 +0000
commit1921a80c1ccf8741c62dfc270c86dd115d8a4bfd (patch)
treeebcbc8b8c4ae3b93135ca30086e9ac5ff6ec7154 /configure
parent77364e3ac948c1e156e4849f62b10f5df5fab9c2 (diff)
downloadcpython-1921a80c1ccf8741c62dfc270c86dd115d8a4bfd.tar.gz
Deprecate OSF* support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index f0eb99e6da..d3fce2f38f 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"