bdaebd
bdaebd
Link straight against .la files.
bdaebd
bdaebd
Upstream-Status: vendor specific
bdaebd
bdaebd
diff --git a/configure.in b/configure.in
bdaebd
index 9feaceb..82bfeef 100644
bdaebd
--- a/configure.in
bdaebd
+++ b/configure.in
bdaebd
@@ -784,9 +784,9 @@ APACHE_SUBST(INSTALL_SUEXEC)
bdaebd
 
bdaebd
 dnl APR should go after the other libs, so the right symbols can be picked up
bdaebd
 if test x${apu_found} != xobsolete; then
bdaebd
-  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool --libs`"
bdaebd
+  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool`"
bdaebd
 fi
bdaebd
-AP_LIBS="$AP_LIBS `$apr_config --link-libtool --libs`" 
bdaebd
+AP_LIBS="$AP_LIBS `$apr_config --link-libtool`" 
bdaebd
 APACHE_SUBST(AP_LIBS)
bdaebd
 APACHE_SUBST(AP_BUILD_SRCLIB_DIRS)
bdaebd
 APACHE_SUBST(AP_CLEAN_SRCLIB_DIRS)