Fix typo causing output of clang test to read "CLANG" instead of yes/no
This commit is contained in:
parent
2dc0a6ac3c
commit
701204bf34
@ -77,7 +77,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[
|
|||||||
[CLANG=yes],
|
[CLANG=yes],
|
||||||
[CLANG=no]
|
[CLANG=no]
|
||||||
)
|
)
|
||||||
AC_MSG_RESULT([CLANG])
|
AC_MSG_RESULT([$CLANG])
|
||||||
AS_IF([test "x$CLANG" == "xyes"], [CLANG_FLAGS=-Qunused-arguments])
|
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
|
# We want to check for compiler flag support, but there is no way to make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user