~ubuntu-branches/ubuntu/saucy/serf/saucy

« back to all changes in this revision

Viewing changes to debian/patches/libtool

  • Committer: Bazaar Package Importer
  • Author(s): Peter Samuelson
  • Date: 2010-02-14 23:04:17 UTC
  • mfrom: (1.1.5 upstream) (3.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100214230417-t9lz21ifbtu6fhr7
Tags: 0.3.1-1
* New upstream release.
  - patches/libtool: update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- a/configure.in
2
2
+++ b/configure.in
3
 
@@ -171,7 +171,7 @@
4
 
 dnl CuTest requires libm on Solaris
5
 
 AC_SEARCH_LIBS(fabs, m)
6
 
 
7
 
-libs="`$apu_config --link-libtool --libs` `$apr_config --link-libtool --libs` $LIBS"
8
 
+libs="`$apu_config --link-ld` `$apr_config --link-ld` $LIBS"
 
3
@@ -192,9 +192,9 @@
 
4
 
 
5
 libs=""
 
6
 if test -n "$apu_config"; then
 
7
-  APR_ADDTO(libs, [`$apu_config --link-libtool --libs`])
 
8
+  APR_ADDTO(libs, [`$apu_config --link-ld`])
 
9
 fi
 
10
-APR_ADDTO(libs, [`$apr_config --link-libtool --libs` $LIBS])
 
11
+APR_ADDTO(libs, [`$apr_config --link-ld` $LIBS])
 
12
 
9
13
 APR_ADDTO(SERF_LIBS, [$libs])
10
14
 AC_SUBST(SERF_LIBS)
11