Author: tabish
Date: Tue Jul 17 11:41:28 2007
New Revision: 557018
URL: http://svn.apache.org/viewvc?view=rev&rev=557018
Log:
http://issues.apache.org/activemq/browse/AMQCPP-103
Adding dependencies on APR
Modified:
activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4
activemq/activemq-cpp/trunk/src/decaf/m4/find_apr.m4
Modified: activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4?view=diff&rev=557018&r1=557017&r2=557018
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4 (original)
+++ activemq/activemq-cpp/trunk/src/decaf/m4/apr_tools.m4 Tue Jul 17 11:41:28
2007
@@ -51,8 +51,6 @@
AC_MSG_ERROR([apr-config --ldflags failed])
fi
- dnl When APR stores the dependent libs in the .la file, we don't need
- dnl --libs.
APR_LIBS="`$apr_config --link-libtool --libs`"
if test $? -ne 0; then
AC_MSG_ERROR([apr-config --link-libtool --libs failed])
@@ -69,5 +67,5 @@
echo "Please install APR on this system and supply the appropriate"
echo "--with-apr option to 'configure'"
- AC_MSG_ERROR([no suitable apr found])
+ AC_MSG_ERROR([no suitable APR found])
])
Modified: activemq/activemq-cpp/trunk/src/decaf/m4/find_apr.m4
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/m4/find_apr.m4?view=diff&rev=557018&r1=557017&r2=557018
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/m4/find_apr.m4 (original)
+++ activemq/activemq-cpp/trunk/src/decaf/m4/find_apr.m4 Tue Jul 17 11:41:28
2007
@@ -13,7 +13,7 @@
dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
dnl See the License for the specific language governing permissions and
dnl limitations under the License.
-
+dnl -------------------------------------------------------- -*- autoconf -*-
dnl
dnl find_apr.m4 : locate the APR include files and libraries
dnl