aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-04-08 20:35:56 +0000
committerGuy Harris <guy@alum.mit.edu>2007-04-08 20:35:56 +0000
commit69fec60a52202e0a3c57fa06d8aed766bef7bc9b (patch)
treee0cbdb11713a4a13b6991fd22dc9ef0a2e06dce4 /wiretap
parent233a8fb91884311d93b6093273f9cdaf9100ae67 (diff)
Fix up the configure message about extra GCC flags to indicate what
flags are being added. Quote the message about flags added for the Apple linker, so it shows up correctly. svn path=/trunk/; revision=21355
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/configure.in b/wiretap/configure.in
index 18fb0fff81..83ad64f5b6 100644
--- a/wiretap/configure.in
+++ b/wiretap/configure.in
@@ -40,7 +40,7 @@ AC_ARG_WITH(extra-gcc-checks,
wireshark_extra_gcc_flags=" -Wcast-qual -Wcast-align -Wbad-function-cast -pedantic -Wmissing-declarations -Wwrite-strings"
fi
],)
-AC_MSG_CHECKING(to see if we can add '-Wall -W -Wcast-qual -Werror $wireshark_extra_gcc_flags' to CFLAGS)
+AC_MSG_CHECKING(to see if we can add '-Wall -W$wireshark_extra_gcc_flags' to CFLAGS)
if test x$GCC != x ; then
CFLAGS="-D_U_=\"__attribute__((unused))\" -Wall -W $wireshark_extra_gcc_flags $CFLAGS"
AC_MSG_RESULT(yes)
@@ -169,7 +169,7 @@ darwin*)
# the system version in /usr/lib).
#
LDFLAGS="-Wl,-search_paths_first $LDFLAGS"
- AC_MSG_RESULT(Apple linker - added -Wl,-single_module and -Wl,-search_paths_first)
+ AC_MSG_RESULT([Apple linker - added -Wl,-single_module and -Wl,-search_paths_first])
;;
cygwin*)
#