From aaabde58cb5e6c3e8942e984e5fe614cd86c011b Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 30 Apr 2009 13:30:51 +0000 Subject: [PATCH] Remove trailing whitespace from m4 file --- m4/compiler-flags.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/compiler-flags.m4 b/m4/compiler-flags.m4 index de359a5e47..72f9fe1a7b 100644 --- a/m4/compiler-flags.m4 +++ b/m4/compiler-flags.m4 @@ -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