summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-12-22 20:20:38 +0000
committerAlan Conway <aconway@apache.org>2008-12-22 20:20:38 +0000
commit898cb5495ce24cfd3d7daaee4ed151cb45869866 (patch)
tree32eb160dde5fc0ecb8b07d080cc4279a444afccd /qpid/cpp/configure.ac
parenta90091c27a0880af3e70e1f93ab029e0867fbc60 (diff)
downloadqpid-python-898cb5495ce24cfd3d7daaee4ed151cb45869866.tar.gz
Corrected error message.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728760 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
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
;;