From 788154168e3e243953c397b06ca3f4b25e4330da Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Tue, 3 Feb 2009 20:56:33 +0000 Subject: Reversed change to error message on missing cluster packages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@740437 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 009ff9d4f0..4fe143bedf 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -172,8 +172,8 @@ AC_ARG_WITH([cpg], [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 ;; -- cgit v1.2.1