aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-11-25 01:48:01 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-11-25 01:48:01 +0000
commit0e229d8d63bd44a0f1c2008825a4a34174299596 (patch)
treeb8a209858309e2289960620f760946348e8a4087 /configure.in
parent274c8c8670c3b2f0e97e1a7723469c5a21877bc1 (diff)
Corrected setting of "warnings_as_errors_default".
svn path=/trunk/; revision=23577
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 74dd3be545..47974dd33e 100644
--- a/configure.in
+++ b/configure.in
@@ -226,7 +226,7 @@ fi
# This barrier is set for a very large part of the code. However, it is
# typically not set for "generated" code (lex, ans2wrs, idl2wrs, ...)
#
-$warnings_as_errors_default="yes"
+warnings_as_errors_default="yes"
AC_MSG_CHECKING(whether we should treat compiler warnings as errors)
AC_ARG_ENABLE(warnings-as-errors,
AC_HELP_STRING( [--enable-warnings-as-errors],