]> granicus.if.org Git - python/commitdiff
Note that BeOS is unsupported as of Python 2.6.
authorSkip Montanaro <skip@pobox.com>
Wed, 22 Aug 2007 19:02:16 +0000 (19:02 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 22 Aug 2007 19:02:16 +0000 (19:02 +0000)
configure.in

index 4b3e03d2184e02583a40e4bf86521e51f1789fa0..e0e1632b849545cda50f93e2cd886511fd44f135 100644 (file)
@@ -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