jerenkrantz 02/02/08 12:27:53
Modified: build apu-conf.m4
Log:
Get APR_SO_EXT and APR_LIB_TARGET vars from apr-config
Revision Changes Path
1.35 +2 -0 apr-util/build/apu-conf.m4
Index: apu-conf.m4
===================================================================
RCS file: /home/cvs/apr-util/build/apu-conf.m4,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- apu-conf.m4 8 Feb 2002 19:21:03 -0000 1.34
+++ apu-conf.m4 8 Feb 2002 20:27:53 -0000 1.35
@@ -23,6 +23,8 @@
APR_INCLUDES="`$apr_config --includes`"
APR_LIBS="`$apr_config --link-libtool --libs`"
+ APR_SO_EXT="`$apr_config --apr-so-ext`"
+ APR_LIB_TARGET="`$apr_config --apr-lib-target`"
AC_SUBST(APR_INCLUDES)
AC_SUBST(APR_LIBS)