Author: tedross
Date: 2010-01-27 11:43:23 -0500 (Wed, 27 Jan 2010)
New Revision: 3826
Modified:
mgmt/trunk/sesame/cpp/configure.ac
Log:
Fixed a problem with the QMF library name.
Modified: mgmt/trunk/sesame/cpp/configure.ac
===================================================================
--- mgmt/trunk/sesame/cpp/configure.ac 2010-01-27 15:59:47 UTC (rev 3825)
+++ mgmt/trunk/sesame/cpp/configure.ac 2010-01-27 16:43:23 UTC (rev 3826)
@@ -103,7 +103,7 @@
# Give any/all diagnostics before failing.
test $fail = 1 &&
AC_MSG_ERROR([Missing required qpid libraries/headers. Install package qmf-devel or
use --with-qpid-checkout])
- QPID_LIBS="-lqmfagent"
+ QPID_LIBS="-lqmf"
QPID_CXXFLAGS="-I$includedir/qpid-boost"
fi
Show replies by date