906948
diff --git a/configure.in b/configure.in
906948
index f8f9442..f276550 100644
906948
--- a/configure.in
906948
+++ b/configure.in
906948
@@ -786,9 +786,9 @@ APACHE_SUBST(INSTALL_SUEXEC)
906948
 
906948
 dnl APR should go after the other libs, so the right symbols can be picked up
906948
 if test x${apu_found} != xobsolete; then
906948
-  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool --libs`"
906948
+  AP_LIBS="$AP_LIBS `$apu_config --avoid-ldap --link-libtool`"
906948
 fi
906948
-AP_LIBS="$AP_LIBS `$apr_config --link-libtool --libs`" 
906948
+AP_LIBS="$AP_LIBS `$apr_config --link-libtool`" 
906948
 APACHE_SUBST(AP_LIBS)
906948
 APACHE_SUBST(AP_BUILD_SRCLIB_DIRS)
906948
 APACHE_SUBST(AP_CLEAN_SRCLIB_DIRS)