summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-10-07 23:21:36 +0000
committerChris Wilson <chris+github@qwirx.com>2011-10-07 23:21:36 +0000
commit2777ca99f953b738adac92e95158b73c1ef14ee1 (patch)
tree96dcfadc4db619daeed46a7c0f09d8877210fa5f /infrastructure
parent9dc1ba0b65d98a361e7605db6d04afa898c6fbd7 (diff)
Rephrase -rdynamic message.
Diffstat (limited to 'infrastructure')
-rw-r--r--infrastructure/m4/boxbackup_tests.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/m4/boxbackup_tests.m4 b/infrastructure/m4/boxbackup_tests.m4
index ab1f2c8f..b9331dec 100644
--- a/infrastructure/m4/boxbackup_tests.m4
+++ b/infrastructure/m4/boxbackup_tests.m4
@@ -18,7 +18,7 @@ if test "x$GXX" = "xyes"; then
# On Cygwin it does nothing except cause gcc to emit a warning message.
case $build_os in
solaris*|cygwin)
- AC_MSG_NOTICE([skipping check for -rdynamic check on $build_os])
+ AC_MSG_NOTICE([skipping check for -rdynamic on $build_os])
;;
*)
# Check whether gcc supports -rdynamic, thanks to Steve Ellcey