diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-09-05 21:21:49 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-09-05 21:21:49 +0000 |
commit | 168ebfd952c0a654b1419ee76eef473318e2d6dc (patch) | |
tree | 34bfd21fd538195f04fbcd18a465846d2fad8be4 /cpp | |
parent | 08c64d81cbb5ae3f37873577af5b54593783f204 (diff) | |
download | qpid-python-168ebfd952c0a654b1419ee76eef473318e2d6dc.tar.gz |
- removed profiler from configure
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@573065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index b07b06b1d4..7d990b48ac 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -136,9 +136,6 @@ AC_SUBST(DOWNLOAD_URL) AC_CHECK_HEADERS([boost/shared_ptr.hpp uuid/uuid.h],, AC_MSG_ERROR([Missing required header files.])) -LDFLAGS="$LDFLAGS -lprofiler" - - # Check for cluster requirements. Need openais 0.80.3 or higher.x1 save_ldflags=$LDFLAGS LDFLAGS="$LDFLAGS -L/usr/lib/openais -L/usr/lib64/openais" |