summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-06-02 03:02:29 +0000
committerBrett Cannon <bcannon@gmail.com>2007-06-02 03:02:29 +0000
commita2789594aa6cd4948d2b9349751bff0f4c5e91ba (patch)
tree9ed2daa588ac81dfaa77a3993ea9ccb70e5da845 /configure.in
parenta0cf518a2ee07839c32c663f92a0c2734658ef3f (diff)
downloadcpython-a2789594aa6cd4948d2b9349751bff0f4c5e91ba.tar.gz
Have configure raise an error when building on AtheOS. Code specific to AtheOS
will be removed in Python 2.7.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 66ef840910..2809813480 100644
--- a/configure.in
+++ b/configure.in
@@ -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;;