aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Barlow <jim@purplerock.ca>2015-01-01 15:03:03 -0800
committerJim Barlow <jim@purplerock.ca>2015-01-01 15:03:03 -0800
commit813e7bdac1308a39be89eba7eb02063970f795b3 (patch)
tree8fa33218a452e4768f937526c768dda3b88fa29d /configure.ac
parent750cc5306d96630251997136dc182419d775e839 (diff)
downloadportable-813e7bdac1308a39be89eba7eb02063970f795b3.tar.gz
portable-813e7bdac1308a39be89eba7eb02063970f795b3.tar.bz2
portable-813e7bdac1308a39be89eba7eb02063970f795b3.zip
Change comments to remark on script not being needed for clang >= 5.1
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 eee0221..18321bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[
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. Prior to clang v5.1, there was no way to make
84# clang's "argument unused" warning fatal. So we invoke the compiler through a 84# clang's "argument unused" warning fatal. So we invoke the compiler through a
85# wrapper script that greps for this message. 85# wrapper script that greps for this message.
86saved_CC="$CC" 86saved_CC="$CC"