diff options
Diffstat (limited to 'qpid/cpp')
-rw-r--r-- | qpid/cpp/configure.ac | 2 |
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 ;; |