diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-19 02:08:33 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-19 02:08:33 +0000 |
commit | dd979235a5149301f191ca338a73a20f52bb3c9f (patch) | |
tree | 4add6010f92e08520f50e4952516cda7c4442bc0 /configure.in | |
parent | 312ee80813429f7c6413270fbc2935b194e343c8 (diff) | |
download | gcc-dd979235a5149301f191ca338a73a20f52bb3c9f.tar.gz |
* configure.in: Re-enable -Werror for gcc builds.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120947 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8b2071a9217..98c024695b1 100644 --- a/configure.in +++ b/configure.in @@ -2528,7 +2528,7 @@ AC_SUBST(stage1_checking) # Enable -Werror in bootstrap stage2 and later. AC_ARG_ENABLE(werror, [ --enable-werror enable -Werror in bootstrap stage2 and later], [], -[if test -d gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then +[if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then enable_werror=yes else enable_werror=no |