diff options
author | Jesus Cea <jcea@jcea.es> | 2010-05-03 21:18:48 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2010-05-03 21:18:48 (GMT) |
commit | 6a792298e7ba74dd3f127d26efb903f5f3fb6f67 (patch) | |
tree | f6913a1e01cd8a163d2d4de81c85bab0bd5c95a3 /configure.in | |
parent | 70cce42f154aaaacc4d6ec33872e6fcc5db66d52 (diff) | |
download | cpython-6a792298e7ba74dd3f127d26efb903f5f3fb6f67.zip cpython-6a792298e7ba74dd3f127d26efb903f5f3fb6f67.tar.gz cpython-6a792298e7ba74dd3f127d26efb903f5f3fb6f67.tar.bz2 |
Deprecate OSF* support
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f991823..7aa86d4 100644 --- a/configure.in +++ b/configure.in @@ -4165,6 +4165,13 @@ fi], [AC_MSG_RESULT(no)]) + +case $ac_sys_system in + OSF*) AC_MSG_ERROR(OSF* systems are deprecated unless somebody volunteers. Check http://bugs.python.org/issue8606) ;; +esac + + + AC_SUBST(THREADHEADERS) for h in `(cd $srcdir;echo Python/thread_*.h)` |