diff options
Diffstat (limited to 'distrib/configure.ac.in')
-rw-r--r-- | distrib/configure.ac.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index d5b99cbb8a..07e0687a9d 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -92,6 +92,7 @@ AC_ARG_ENABLE(distro-toolchain, dnl ** Which gcc to use? dnl -------------------------------------------------------------- AC_PROG_CC([gcc clang]) +AC_PROG_CXX([g++ clang++ c++]) dnl ** figure out how to invoke the C preprocessor (i.e. `gcc -E`) AC_PROG_CPP |