summaryrefslogtreecommitdiff
path: root/libgfortran/configure
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-13 19:29:22 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-13 19:29:22 +0000
commit5ccd29b1395498fb7240b0c43a98dfc59d34405c (patch)
tree873423f57dd76eaf45b3f8a0175b2fbc3b5a2c98 /libgfortran/configure
parent6f3a07791bc11aa94f2ec093852a6578a45abc4b (diff)
downloadgcc-5ccd29b1395498fb7240b0c43a98dfc59d34405c.tar.gz
2008-06-13 Tobias Burnus <burnus@net-b.de>
* configure.ac (AM_CFLAGS): Remove -Werror again. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/configure')
-rwxr-xr-xlibgfortran/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/configure b/libgfortran/configure
index 2a3376efe20..a973ea28b4f 100755
--- a/libgfortran/configure
+++ b/libgfortran/configure
@@ -3399,7 +3399,7 @@ if test "x$GCC" = "xyes"; then
AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring"
## We like to use C99 routines when available. This makes sure that
## __STDC_VERSION__ is set such that libc includes make them available.
- AM_CFLAGS="-std=gnu99 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings"
+ AM_CFLAGS="-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings"
## Compile the following tests with the same system header contents
## that we'll encounter when compiling our own source files.
CFLAGS="-std=gnu99 $CFLAGS"