Author: kpvdr
Date: Tue Feb 3 20:56:33 2009
New Revision: 740437
URL: http://svn.apache.org/viewvc?rev=740437&view=rev
Log:
Reversed change to error message on missing cluster packages.
Modified:
qpid/trunk/qpid/cpp/configure.ac
Modified: qpid/trunk/qpid/cpp/configure.ac
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/configure.ac?rev=740437&r1=740436&r2=740437&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/configure.ac (original)
+++ qpid/trunk/qpid/cpp/configure.ac Tue Feb 3 20:56:33 2009
@@ -172,8 +172,8 @@
[AS_HELP_STRING([--with-cpg], [Build with CPG support for clustering.])],
[case "${withval}" in
yes) # yes - require dependencies
- test x$have_libcpg = xyes || AC_MSG_ERROR([libcpg not found, install
openais-devel and corosync-devel])
- test x$have_cpg_h = xyes || AC_MSG_ERROR([cpg.h not found, install
openais-devel and corosync-devel])
+ test x$have_libcpg = xyes || AC_MSG_ERROR([libcpg not found, install
openais-devel or corosync-devel])
+ test x$have_cpg_h = xyes || AC_MSG_ERROR([cpg.h not found, install
openais-devel or corosync-devel])
with_cpg=yes
;;
no) with_cpg=no ;;
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]