summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'm4/compiler-flags.m4')
-rw-r--r--m4/compiler-flags.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/compiler-flags.m4 b/m4/compiler-flags.m4
index de359a5e4..72f9fe1a7 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