aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2007-01-19 02:08:33 +0000
committerMike Stump <mrs@gcc.gnu.org>2007-01-19 02:08:33 +0000
commit416cfb5e370670209ae9970473f1cdbc8980bbca (patch)
tree4add6010f92e08520f50e4952516cda7c4442bc0 /configure.in
parent640f891823d260e6e10bd5aa36d568ae8bbca24b (diff)
downloadgcc-416cfb5e370670209ae9970473f1cdbc8980bbca.zip
gcc-416cfb5e370670209ae9970473f1cdbc8980bbca.tar.gz
gcc-416cfb5e370670209ae9970473f1cdbc8980bbca.tar.bz2
* configure.in: Re-enable -Werror for gcc builds.
From-SVN: r120947
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8b2071a..98c0246 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