summaryrefslogtreecommitdiff
path: root/cpp/configure.ac
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-01 07:36:35 +0000
committerAlan Conway <aconway@apache.org>2006-12-01 07:36:35 +0000
commit86e2310d07a37eada38945d821efe1dab3c06fd6 (patch)
treef731c4f3adc5aae53caf76729dd4a08559e0d980 /cpp/configure.ac
parent292a098994a6633c80ee5e50582525538efae044 (diff)
downloadqpid-python-86e2310d07a37eada38945d821efe1dab3c06fd6.tar.gz
Buliding APR code, running python tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481175 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r--cpp/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 2c8cba40c5..559ec84496 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -31,7 +31,8 @@ AC_ARG_ENABLE(warnings,
yes|no) ;;
*) AC_MSG_ERROR([bad value ${enableval} for warnings option]) ;;
esac],
- [enableval=no])
+ [enableval=yes])
+
# Warnings: Enable as many as possible, keep the code clean. Please
# do not disable warnings or remove -Werror without discussing on
# qpid-dev list.