mirror of https://github.com/python/cpython
Note that BeOS is unsupported as of Python 2.6.
This commit is contained in:
parent
1bc8d639df
commit
7221d93aca
12
configure.in
12
configure.in
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue