summaryrefslogtreecommitdiff
path: root/qpid/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
commit0ca9c039a7e5fc8fab8619fbd9b141919fb837a2 (patch)
treefd2f318b5d4237520cf3cdad275340ebce7c6fb8 /qpid/cpp/configure.ac
parent0d71edf42b534c78129dd6a70f14fc7cb6dcd68d (diff)
downloadqpid-python-0ca9c039a7e5fc8fab8619fbd9b141919fb837a2.tar.gz
Buliding APR code, running python tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@481175 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index 2c8cba40c5..559ec84496 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/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.