Small Whitespacechange

svn path=/trunk/; revision=12798
This commit is contained in:
Jörg Mayer 2004-12-21 12:26:43 +00:00
parent dc3f1c1c2a
commit 6b2d41a3fe
1 changed files with 1 additions and 1 deletions

View File

@ -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)