Mentions légales du service

Skip to content

Ignore ./configure --with-python option without parameter

The option ./configure --with-python=PATH specifies the python interpreter, but when it was misused with the syntax ./configure --with-python PATH, the python interpreter was set to yes and the unused PATH triggered the warning:

configure: WARNING: you should use --build, --host, --target

Now, the warning is still trigerred, but if the value associated to --with-python is just "yes", this value is just ignored and the python interpreter is the default "python" command.

Merge request reports