aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-12-21 12:26:43 +0000
committerJörg Mayer <jmayer@loplof.de>2004-12-21 12:26:43 +0000
commit6b2d41a3fe3e75cbc41c0bc690afd60df8c54c6d (patch)
tree60d4a829aeb5cf9c1a053317b6a1627b01f6c2e2 /wiretap/configure.in
parentdc3f1c1c2a4a6b10ab5bd130972277207a0d38d6 (diff)
Small Whitespacechange
svn path=/trunk/; revision=12798
Diffstat (limited to 'wiretap/configure.in')
-rw-r--r--wiretap/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/configure.in b/wiretap/configure.in
index adc3141478..877a66f2be 100644
--- a/wiretap/configure.in
+++ b/wiretap/configure.in
@@ -40,7 +40,7 @@ AC_ARG_WITH(extra-gcc-checks,
ethereal_extra_gcc_flags=" -Wcast-qual -Wcast-align -Wbad-function-cast -pedantic"
fi
],)
-AC_MSG_CHECKING(to see if we can add '-Wall -W -Wcast-qual$ethereal_extra_gcc_flags' to CFLAGS)
+AC_MSG_CHECKING(to see if we can add '-Wall -W -Wcast-qual $ethereal_extra_gcc_flags' to CFLAGS)
if test x$GCC != x ; then
CFLAGS="-D_U_=\"__attribute__((unused))\" -Wall -W $ethereal_extra_gcc_flags $CFLAGS"
AC_MSG_RESULT(yes)