From: Karel Zak Date: Mon, 7 Feb 2022 11:56:44 +0000 (+0100) Subject: build-sys: report C++ compiler too X-Git-Tag: v2.38-rc2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8519f4ddf31cda7b7ce1904cd59f9d5da0953242;p=thirdparty%2Futil-linux.git build-sys: report C++ compiler too We use clang++ to compile fuzzer tests. Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index fef738da03..6b0a115a00 100644 --- a/configure.ac +++ b/configure.ac @@ -2761,7 +2761,7 @@ AC_MSG_RESULT([ Manual pages: ${build_asciidoc} Manual pages translated: ${build_poman} - compiler: ${CC} + compiler: ${CC} / ${CXX} suid cflags: ${SUID_CFLAGS} ldflags: ${LDFLAGS} suid ldflags: ${SUID_LDFLAGS}