diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2007-07-19 12:23:29 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2007-07-19 12:23:29 +0000 |
| commit | 3e3732a9dde8b0c1e39a87a399be469e5c50f9bf (patch) | |
| tree | 58f5181aedc3d5c9510f65e1b230cc7b9877d9ba /qpid/cpp | |
| parent | ce54cfd7fb654c1fe36b8f3dcbc85feae7f21a16 (diff) | |
| download | qpid-python-3e3732a9dde8b0c1e39a87a399be469e5c50f9bf.tar.gz | |
r702@fuschia: andrew | 2007-07-19 13:23:15 +0100
Make --disable-apr-platform the default
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@557593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 07366a4a59..ffccd4edcb 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -103,12 +103,12 @@ AM_CONDITIONAL([USE_APR_NETIO], [test x$enable_APR_NETIO = xyes]) AC_ARG_ENABLE([apr-platform], [AS_HELP_STRING([--enable-apr-platform], - [use the Apache Portable Runtime library for platform (default yes)])], + [use the Apache Portable Runtime library for platform (default no)])], [case $enableval in yes|no) enable_APR_PLATFORM=$enableval;; *) AC_MSG_ERROR([Invalid value for --enable-apr-platform: $enableval]);; esac], - [enable_APR_PLATFORM=yes] + [enable_APR_PLATFORM=no] ) AM_CONDITIONAL([USE_APR_PLATFORM], [test x$enable_APR_PLATFORM = xyes]) |
