diff options
| author | Gordon Sim <gsim@apache.org> | 2012-10-19 21:13:30 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2012-10-19 21:13:30 +0000 |
| commit | 1cdf1d837aa11f99927c5b324c8a2b4992d14aad (patch) | |
| tree | dff370bdfb5bccb062f462b41fe62a9f670224c6 /cpp/configure.ac | |
| parent | b6fb3e7b0ea192f98c470fe48f7f4386cade7b64 (diff) | |
| download | qpid-python-1cdf1d837aa11f99927c5b324c8a2b4992d14aad.tar.gz | |
QPID-4368: Fixes to autoconf build for AMQP 1.0 plugins
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400295 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
| -rw-r--r-- | cpp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 872a8853e3..4d39b87879 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -302,7 +302,7 @@ AC_ARG_WITH([proton], AS_HELP_STRING([--with-proton], [Build with the proton too AS_IF([test "x$with_proton" = "xyes"], [ PKG_CHECK_MODULES([PROTON], [libqpid-proton]) ]) -AM_CONDITIONAL([HAVE_PROTON], [test "x$have_proton" = xyes]) +AM_CONDITIONAL([HAVE_PROTON], [test "x$with_proton" = "xyes"]) # Setup --with-xml/--without-xml as arguments to configure |
