diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2007-07-12 01:48:13 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2007-07-12 01:48:13 +0000 |
| commit | fd9fdc0bee6198dfcc8771cb733fd044d923a317 (patch) | |
| tree | 3d214c4e6c62b3ade6d0931feb976e59113315a0 /qpid/cpp/configure.ac | |
| parent | ee8703e64d3d2d2def8bed9d02d4befe9c0331a7 (diff) | |
| download | qpid-python-fd9fdc0bee6198dfcc8771cb733fd044d923a317.tar.gz | |
* Add libuuid to libcommon link (for when apr goes away)
* Latest version of AsynchIO code
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@555455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
| -rw-r--r-- | qpid/cpp/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 9dfbf44ce5..dbbdea5fc3 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -159,8 +159,9 @@ AC_SUBST(DOWNLOAD_URL) missing="" AC_CHECK_HEADERS([libdaemon/daemon.h],,[missing="$missing libdaemon"]) AC_CHECK_HEADERS([boost/shared_ptr.hpp],,[missing="$missing boost"]) +AC_CHECK_HEADERS([uuid/uuid.h],,[missing="$missing libuuid"]) test -z "$missing" || - AC_MSG_ERROR([Missing required headers. Install the folowing packages or -devel rpms: $missing.]) + AC_MSG_ERROR([Missing required headers. Install the following packages or -devel rpms: $missing.]) # Enable/disable cluster functionality based on presence of usable openais # and devel libs. @@ -178,8 +179,7 @@ else fi if test x$libcpg = xno -a x$cpg_h = xyes; then AC_MSG_WARN([Found cpg.h but libcpg is missing or does not contain cpg_local_get. Need build of openais whitetank branch head as of 2007-06-20]) -fi - +fi AC_CONFIG_FILES([ qpidc.spec Makefile |
