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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Apr 1 14:50:45 EDT 2010


Author: tedross
Date: 2010-04-01 14:50:44 -0400 (Thu, 01 Apr 2010)
New Revision: 3890

Modified:
   mgmt/trunk/sesame/cpp/configure.ac
Log:
Removed unneeded configuration check for APR.


Modified: mgmt/trunk/sesame/cpp/configure.ac
===================================================================
--- mgmt/trunk/sesame/cpp/configure.ac	2010-03-31 21:14:06 UTC (rev 3889)
+++ mgmt/trunk/sesame/cpp/configure.ac	2010-04-01 18:50:44 UTC (rev 3890)
@@ -162,17 +162,6 @@
 
 gl_CLOCK_TIME
 
-AC_ARG_ENABLE([apr-platform],
-  [AS_HELP_STRING([--enable-apr-platform],
-    [use the Apache Portable Runtime library for platform (default no)])],
-  [case $enableval in
-    yes|no) enable_APR_PLATFORM=$enableval;;
-    *) AC_MSG_ERROR([Invalid value for --enable-apr-platform: $enableval]);;
-   esac],
-  [enable_APR_PLATFORM=no]
-)
-AM_CONDITIONAL([USE_APR_PLATFORM], [test x$enable_APR_PLATFORM = xyes])
-
 APR_MINIMUM_VERSION=1.2.2
 AC_SUBST(APR_MINIMUM_VERSION)
 AC_SUBST(APR_CXXFLAGS)



More information about the rhmessaging-commits mailing list