mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Have configure raise an error when building on AtheOS. Code specific to AtheOS
will be removed in Python 2.7.
This commit is contained in:
parent
25497a1fa1
commit
19fab761b7
4 changed files with 8416 additions and 8220 deletions
|
@ -450,7 +450,7 @@ AC_AIX
|
|||
|
||||
# Check for unsupported systems
|
||||
case $ac_sys_system/$ac_sys_release in
|
||||
Linux*/1*)
|
||||
atheos*|Linux*/1*)
|
||||
echo This system \($ac_sys_system/$ac_sys_release\) is no longer supported.
|
||||
echo See README for details.
|
||||
exit 1;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue