aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Barlow <jim@purplerock.ca>2014-12-31 07:06:49 -0800
committerJim Barlow <jim@purplerock.ca>2014-12-31 07:06:49 -0800
commit701204bf34cf72242bd553320eac1500b1a3e7ec (patch)
tree453d2129a5bc4d7c9a4a33d6bc70c4b5dc561e75 /configure.ac
parent2dc0a6ac3cdcaca3031bb5eb5a457f6a1ef0d27f (diff)
downloadportable-701204bf34cf72242bd553320eac1500b1a3e7ec.tar.gz
portable-701204bf34cf72242bd553320eac1500b1a3e7ec.tar.bz2
portable-701204bf34cf72242bd553320eac1500b1a3e7ec.zip
Fix typo causing output of clang test to read "CLANG" instead of yes/no
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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)
80AC_MSG_RESULT([CLANG]) 80AC_MSG_RESULT([$CLANG])
81AS_IF([test "x$CLANG" == "xyes"], [CLANG_FLAGS=-Qunused-arguments]) 81AS_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