trawick 01/12/12 11:36:24
Modified: . configure.in
Log:
change Apache/apr/apr-util to use run-time linking on AIX
apr-util doesn't have to reference APR's export file
Revision Changes Path
1.39 +0 -6 apr-util/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr-util/configure.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- configure.in 2001/12/10 23:20:38 1.38
+++ configure.in 2001/12/12 19:36:24 1.39
@@ -69,12 +69,6 @@
# apr and expat libraries to the build... Grrrr...
EXTRA_OS_LINK="$APR_BUILD_DIR/libapr.la
$top_builddir/xml/expat/lib/libexpat.la"
;;
-AIX)
- # On AIX, since shared library aprutil depends on shared library apr we
- # have to specify an import file for apr. But of course libtool should
- # do this for us. Darn...
- EXTRA_OS_LINK="-Wl,-bI:$APR_BUILD_DIR/apr.exp"
- ;;
*)
;;
esac