Re: [gdal-dev] ./configure does not work

2012-09-30 Thread Even Rouault
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

[gdal-dev] ./configure does not work

2012-09-30 Thread Ari Jolma
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 ___