]> git.saurik.com Git - bison.git/blobdiff - configure.in
* src/output.c (action_row): De-obfuscate
[bison.git] / configure.in
index aedc19375f8cdcf70d18cccccbca0ec5efd33d9f..f59fe9846cf49eb01521dfae2ac5ff4d63c0fbdf 100644 (file)
@@ -1,5 +1,7 @@
 # Configure template for GNU Bison.                   -*-Autoconf-*-
 #
+# Copyright 2001  Free Software Foundation, Inc.
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
@@ -64,7 +66,7 @@ if test "${enableval}" = yes; then
   BISON_WARNING(-Wshadow)
   BISON_WARNING(-Wstrict-prototypes)
   BISON_WARNING(-Wwrite-strings)
-  CFLAGS="$CFLAGS $WARNING_CFLAGS"
+  BISON_WARNING(-Werror)
 fi
 
 # Checks for libraries.