summaryrefslogtreecommitdiff
path: root/cpp/configure.ac
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-11-20 22:33:28 +0000
committerAlan Conway <aconway@apache.org>2008-11-20 22:33:28 +0000
commitcd7122f933b91cbefee7b813915bfa9fd3103384 (patch)
tree50a46dc8a165f8f9a9f51ea5f7334dfedb0dad5b /cpp/configure.ac
parente7f061cdb6c72a174fd6d11fa083aa7f961f23b3 (diff)
downloadqpid-python-cd7122f933b91cbefee7b813915bfa9fd3103384.tar.gz
Exorcise remains of boost.spirit parser.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@719410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r--cpp/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 81f46870fe..b4bfb2f402 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -163,9 +163,6 @@ AC_SUBST(DOWNLOAD_URL)
AC_CHECK_HEADERS([boost/shared_ptr.hpp uuid/uuid.h],,
AC_MSG_ERROR([Missing required header files.]))
-# Link with whichever variant of libboost_thread is available.
-AC_SEARCH_LIBS([_ZN5boost6thread4joinEv],[boost_thread-mt boost_thread],,[AC_MSG_ERROR([No boost thread library found])])
-
# Check for optional cluster requirements.
tmp_LIBS=$LIBS
LDFLAGS="$LDFLAGS -L/usr/lib/openais -L/usr/lib64/openais"