Fix typo causing output of clang test to read "CLANG" instead of yes/no

This commit is contained in:
Jim Barlow 2014-12-31 07:06:49 -08:00
parent 2dc0a6ac3c
commit 701204bf34

View File

@ -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