Skip to content

gh-156895: Document CXX in ./configure --help output - #157046

Open
lazerg wants to merge 1 commit into
python:mainfrom
lazerg:fix/issue-156895-document-cxx-help
Open

gh-156895: Document CXX in ./configure --help output#157046
lazerg wants to merge 1 commit into
python:mainfrom
lazerg:fix/issue-156895-document-cxx-help

Conversation

@lazerg

@lazerg lazerg commented Sep 6, 2026

Copy link
Copy Markdown

configure.ac detects and uses CXX for the C++ compiler, but never declares it with AC_ARG_VAR, so ./configure --help never lists it next to CC. This adds AC_ARG_VAR([CXX], [C++ compiler command]) so it shows up the same way CC already does, and regenerates configure with autoconf 2.72.

Fixes #156895

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure script output doesn't mention CXX

1 participant