aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-01 12:26:35 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-01 19:27:01 +0000
commitb378f725453526883d087b5e57165dd7dee13c67 (patch)
treee27deea5b07091cdb228635fc0461312df2c42b6 /configure.ac
parent27d320112e451b0d4568d422c6576fba366a59b6 (diff)
Fix comments to reflect reality.
Change-Id: Id56f5844932371a89785f4ddce87eb66789acdc8 Reviewed-on: https://code.wireshark.org/review/2754 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7fc0c3c89a..ee431db579 100644
--- a/configure.ac
+++ b/configure.ac
@@ -227,8 +227,8 @@ if test "x$GCC" = "xyes" -o "x$CC" = "xxlc" -o "x$CC" = "xclang" ; then
fi
#
-# Set "ac_supports_attribute_unused" if the compiler is known to
-# support "__attribute__(unused)".
+# Set "ac_supports_W_linker_passthrough" if the compiler is known to
+# support "-Wl,{option}" to pass options through to the linker.
# Currently, we assume GCC and clang do; other compilers should
# be added here.
#