Remove trailing whitespace from m4 file

This commit is contained in:
Daniel P. Berrange 2009-04-30 13:30:51 +00:00
parent cb4a6614fa
commit aaabde58cb

View File

@ -25,7 +25,7 @@ AC_DEFUN([gl_COMPILER_FLAGS],
AC_SUBST(COMPILER_FLAGS)
ac_save_CFLAGS="$CFLAGS"
dnl Some flags are dependant, so we set all previously checked
dnl flags when testing. Except for -Werror which we have to
dnl flags when testing. Except for -Werror which we have to
dnl check on its own, because some of our compiler flags cause
dnl warnings from the autoconf test program!
if test "$1" = "-Werror" ; then