xref: /AOO41X/ext_libraries/serf/serf-1.2.1.libs.patch (revision d3e0dd8eb215533c15e891ee35bd141abe9397ee)
1*417a3a5eSAriel Constenla-Haile--- misc/serf-1.2.1/configure.in	2013-06-03 14:52:41.000000000 -0300
2*417a3a5eSAriel Constenla-Haile+++ misc/build/serf-1.2.1/configure.in	2013-06-07 12:27:36.914098933 -0300
3*417a3a5eSAriel Constenla-Haile@@ -257,7 +257,7 @@ AC_SEARCH_LIBS(fabs, m)
4*417a3a5eSAriel Constenla-Haile
5*417a3a5eSAriel Constenla-Haile libs=""
6*417a3a5eSAriel Constenla-Haile if test -n "$apu_config"; then
7*417a3a5eSAriel Constenla-Haile-  APR_ADDTO(libs, [`$apu_config --link-libtool --libs`])
8*417a3a5eSAriel Constenla-Haile+  APR_ADDTO(libs, [`$apu_config --link-libtool`])
9*417a3a5eSAriel Constenla-Haile fi
10*417a3a5eSAriel Constenla-Haile APR_ADDTO(libs, [`$apr_config --link-libtool --libs` $LIBS])
11*417a3a5eSAriel Constenla-Haile
12