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:
Brett Cannon 2007-06-02 03:02:29 +00:00
parent 25497a1fa1
commit 19fab761b7
4 changed files with 8416 additions and 8220 deletions

View file

@ -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;;