[rhmessaging-commits] rhmessaging commits: r3891 - mgmt/trunk/sesame/cpp.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Apr 1 15:46:39 EDT 2010


Author: tedross
Date: 2010-04-01 15:46:39 -0400 (Thu, 01 Apr 2010)
New Revision: 3891

Modified:
   mgmt/trunk/sesame/cpp/configure.ac
Log:
Removed all references to APR in configure.ac


Modified: mgmt/trunk/sesame/cpp/configure.ac
===================================================================
--- mgmt/trunk/sesame/cpp/configure.ac	2010-04-01 18:50:44 UTC (rev 3890)
+++ mgmt/trunk/sesame/cpp/configure.ac	2010-04-01 19:46:39 UTC (rev 3891)
@@ -162,17 +162,6 @@
 
 gl_CLOCK_TIME
 
-APR_MINIMUM_VERSION=1.2.2
-AC_SUBST(APR_MINIMUM_VERSION)
-AC_SUBST(APR_CXXFLAGS)
-AC_SUBST(USE_APR_PLATFORM)
-
-if test x$enable_APR_PLATFORM = xyes; then
-  PKG_CHECK_MODULES([APR], [apr-1 >= $APR_MINIMUM_VERSION])
-  APR_CXXFLAGS="$APR_CFLAGS -DUSE_APR_PLATFORM=1"
-  USE_APR_PLATFORM=1
-fi
-
 # We use valgrind for the tests.  See if it's available.
 AC_CHECK_PROG([VALGRIND], [valgrind], [valgrind])
 



More information about the rhmessaging-commits mailing list