From 898cb5495ce24cfd3d7daaee4ed151cb45869866 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 22 Dec 2008 20:20:38 +0000 Subject: Corrected error message. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728760 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 24588b0950..4fe143bedf 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -172,7 +172,7 @@ 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 or corosync]) + 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 ;; -- cgit v1.2.1