aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/configure
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2008-06-13 21:29:22 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2008-06-13 21:29:22 +0200
commitc5f4d1cc2f628f7ab48b905896082fcdfedfe889 (patch)
tree873423f57dd76eaf45b3f8a0175b2fbc3b5a2c98 /libgfortran/configure
parent60dcf38a00c16f909d8a80177581bf493b2552ca (diff)
downloadgcc-c5f4d1cc2f628f7ab48b905896082fcdfedfe889.zip
gcc-c5f4d1cc2f628f7ab48b905896082fcdfedfe889.tar.gz
gcc-c5f4d1cc2f628f7ab48b905896082fcdfedfe889.tar.bz2
configure.ac (AM_CFLAGS): Remove -Werror again.
2008-06-13 Tobias Burnus <burnus@net-b.de> * configure.ac (AM_CFLAGS): Remove -Werror again. * configure: Regenerate. From-SVN: r136762
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 2a3376e..a973ea2 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"