Skip to content

Commit 8519f4d

Browse files
committed
build-sys: report C++ compiler too
We use clang++ to compile fuzzer tests. Signed-off-by: Karel Zak <kzak@redhat.com>
1 parent 859c246 commit 8519f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2761,7 +2761,7 @@ AC_MSG_RESULT([
27612761
Manual pages: ${build_asciidoc}
27622762
Manual pages translated: ${build_poman}
27632763
2764-
compiler: ${CC}
2764+
compiler: ${CC} / ${CXX}
27652765
suid cflags: ${SUID_CFLAGS}
27662766
ldflags: ${LDFLAGS}
27672767
suid ldflags: ${SUID_LDFLAGS}

0 commit comments

Comments
 (0)