diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2009-02-03 20:56:33 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2009-02-03 20:56:33 +0000 |
| commit | 779753f10d0ff1295d1282e367a3973f283ab34f (patch) | |
| tree | 8034f849288d1839b2ccce991a22b40f897f6db8 /cpp | |
| parent | 3acf5739b4025362a073c0b3a61537c7991c6eb2 (diff) | |
| download | qpid-python-779753f10d0ff1295d1282e367a3973f283ab34f.tar.gz | |
Reversed change to error message on missing cluster packages.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@740437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 009ff9d4f0..4fe143bedf 100644 --- a/cpp/configure.ac +++ b/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 ;; |
