summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-08-22 19:02:16 +0000
committerSkip Montanaro <skip@pobox.com>2007-08-22 19:02:16 +0000
commit7221d93acac061a8516ce7c81ec24deebc1e5b09 (patch)
treef68216c29ba65c275461051bcf539028ea43bcf4
parent1bc8d639df2d4311fc639c0601b324d36fed088c (diff)
downloadcpython-git-7221d93acac061a8516ce7c81ec24deebc1e5b09.tar.gz
Note that BeOS is unsupported as of Python 2.6.
-rw-r--r--configure.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4b3e03d218..e0e1632b84 100644
--- a/configure.in
+++ b/configure.in
@@ -3481,4 +3481,16 @@ echo "creating Makefile"
$SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
-s Modules Modules/Setup.config \
Modules/Setup.local Modules/Setup
+
+case $ac_sys_system in
+BeOS)
+ AC_MSG_WARN([
+
+ Support for BeOS is deprecated as of Python 2.6.
+ See PEP 11 for the gory details.
+ ])
+ ;;
+*) ;;
+esac
+
mv config.c Modules