Opened 9 years ago

Last modified 9 years ago

#5956 closed defect

Configure script ignores --without-python — at Initial Version

Reported by: groutr Owned by: warmerdam
Priority: normal Milestone: 2.0.0
Component: ConfigBuild Version: 1.11.2
Severity: normal Keywords: configure, python, nopython
Cc:

Description

When configuring GDAL to build without python bindings, the configure script will ignore --without-python (and --with-python=no) if the PYTHON environment variable is set.

To build without Python bindings, I had to unset the system PYTHON environment variable and give the --without-python option to configure.

Expected solution: make --without-python take precedence. It should not matter if $PYTHON is set. If don't want to build with python bindings, the configure script should respect that above all else.

Change History (0)

Note: See TracTickets for help on using tickets.