After #24948 configure requires --with-python and the simple ./configure does not work. I suggest to change configure.in:3452 to elif test "x$with_python" != "x" && "$with_python" != "no" ; then so that non-pythoners do not have to be so explicit about not wanting python. Cheers, Ari