Le dimanche 30 septembre 2012 10:20:59, Ari Jolma a écrit :
> 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-pytho
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
___