]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: report C++ compiler too
authorKarel Zak <kzak@redhat.com>
Mon, 7 Feb 2022 11:56:44 +0000 (12:56 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Feb 2022 11:56:44 +0000 (12:56 +0100)
We use clang++ to compile fuzzer tests.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index fef738da03aee5391b65c41c8863b16a89f97313..6b0a115a00f4a86bf22bdcb2db070a68d983e747 100644 (file)
@@ -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}