From 8519f4ddf31cda7b7ce1904cd59f9d5da0953242 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 7 Feb 2022 12:56:44 +0100 Subject: [PATCH] build-sys: report C++ compiler too We use clang++ to compile fuzzer tests. Signed-off-by: Karel Zak --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.47.3