Skip to content

Commit 7b09f25

Browse files
committed
gh-156895: Document CXX in ./configure --help output
1 parent 878b5e2 commit 7b09f25

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document the ``CXX`` environment variable in the :program:`configure` ``--help`` output.

configure

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ AC_CACHE_CHECK([for GCC compatible compiler],
11481148
[ac_cv_gcc_compat=yes],
11491149
[ac_cv_gcc_compat=no])])
11501150

1151-
AC_SUBST([CXX])
1151+
AC_ARG_VAR([CXX], [C++ compiler command])
11521152

11531153
preset_cxx="$CXX"
11541154
if test -z "$CXX"

0 commit comments

Comments
 (0)