diff --git a/configure.ac b/configure.ac index 3a2d511..eee0221 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[ [CLANG=yes], [CLANG=no] ) -AC_MSG_RESULT([CLANG]) +AC_MSG_RESULT([$CLANG]) AS_IF([test "x$CLANG" == "xyes"], [CLANG_FLAGS=-Qunused-arguments]) # We want to check for compiler flag support, but there is no way to make