Index: configure.in =================================================================== --- configure.in (revision 81228) +++ configure.in (working copy) @@ -599,7 +599,7 @@ # Check for unsupported systems case $ac_sys_system/$ac_sys_release in -atheos*|Linux*/1*) +atheos*|BeOS*|Linux*/1*) echo This system \($ac_sys_system/$ac_sys_release\) is no longer supported. echo See README for details. exit 1;; @@ -4296,15 +4301,4 @@ -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