On 11.10.2010 19:29, Sander Temme wrote:
On Oct 11, 2010, at 10:06 AM, Rainer Jung wrote:
Any chance you can try the following patch to configure:
Yes, that makes the issue go away. Configure, make, make install and make
check all work with that.
S.
@@ -23541,7 +23541,7 @@
expat_include_dir=$top_builddir/$bundled_subdir/lib
expat_ldflags="-L$top_builddir/$bundled_subdir/lib"
expat_libs="-lexpat"
- expat_libtool=$top_builddir/$bundled_subdir/lib/libexpat.la
+ expat_libtool=$top_builddir/$bundled_subdir/libexpat.la
APR_XML_SUBDIRS="`echo $bundled_subdir | sed -e 's%xml/%%'`"
if test "x$APRUTIL_EXPORT_LIBS" = "x"; then
I already applied the corresponding m4 fix in r1021428.
Thanks!
So r1021428 should be fine. Anyone who can test apr-util 0.9.18 plus
patch on AIX before Jeff does a reoll?
Regards,
Rainer