diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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([], [[ | |||
| 77 | [CLANG=yes], | 77 | [CLANG=yes], |
| 78 | [CLANG=no] | 78 | [CLANG=no] |
| 79 | ) | 79 | ) |
| 80 | AC_MSG_RESULT([CLANG]) | 80 | AC_MSG_RESULT([$CLANG]) |
| 81 | AS_IF([test "x$CLANG" == "xyes"], [CLANG_FLAGS=-Qunused-arguments]) | 81 | AS_IF([test "x$CLANG" == "xyes"], [CLANG_FLAGS=-Qunused-arguments]) |
| 82 | 82 | ||
| 83 | # We want to check for compiler flag support, but there is no way to make | 83 | # We want to check for compiler flag support, but there is no way to make |
