Commit bd105bfc authored by Skip Montanaro's avatar Skip Montanaro

Note that BeOS is unsupported as of Python 2.6.

parent 3635fc2f
...@@ -3481,4 +3481,16 @@ echo "creating Makefile" ...@@ -3481,4 +3481,16 @@ echo "creating Makefile"
$SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \ $SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
-s Modules Modules/Setup.config \ -s Modules Modules/Setup.config \
Modules/Setup.local Modules/Setup 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 mv config.c Modules
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment