From 701204bf34cf72242bd553320eac1500b1a3e7ec Mon Sep 17 00:00:00 2001 From: Jim Barlow Date: Wed, 31 Dec 2014 07:06:49 -0800 Subject: [PATCH] Fix typo causing output of clang test to read "CLANG" instead of yes/no --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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