[Python-Dev] ac_sys_system == Monterey*?

skip at pobox.com skip at pobox.com
Sat Jan 24 21:33:20 CET 2009


>From configure.in:

    # The current (beta) Monterey compiler dies with optimizations
    # XXX what is Monterey? Does it still die w/ -O? Can we get rid of this?
    case $ac_sys_system in
        Monterey*)
            OPT=""
            ;;
    esac

What is Monterey?  Can this check be removed from trunk/py3k branches?

Skip


More information about the Python-Dev mailing list