summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-18 17:00:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-18 17:00:08 +0200
commit6c89ab0fdbdb3a286f56b4676bdff5a7eaca3f74 (patch)
tree79f7a348f6f726642d22dd2f45476d8c4d3d3360
parent7b40d96bd5e944749bddd42a348706769ea06660 (diff)
Removed unhelpful --enable-werror warning.
-rwxr-xr-xconfigure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 4d26a474b9f1..203d70b50a1f 100755
--- a/configure.in
+++ b/configure.in
@@ -2264,9 +2264,6 @@ AC_MSG_CHECKING([whether to turn warnings to errors])
if test -n "$enable_werror" && test "$enable_werror" != "no"; then
ENABLE_WERROR="TRUE"
AC_MSG_RESULT([yes])
- AC_MSG_WARN([Turning warnings to errors has no effect in modules or])
- AC_MSG_WARN([on platforms where it has been disabled explicitly])
- echo "Turning warnings to errors has no effect in modules or on platforms where it has been disabled explicitly" >> warn
else
ENABLE_WERROR="FALSE"
AC_MSG_RESULT([no])