~ubuntu-branches/ubuntu/trusty/serf/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/libtool

  • Committer: Bazaar Package Importer
  • Author(s): Peter Samuelson
  • Date: 2011-06-27 18:09:28 UTC
  • mto: (9.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110627180928-m4tjk6r40sl31w1h
Tags: upstream-1.0.0~0+svn1514
ImportĀ upstreamĀ versionĀ 1.0.0~0+svn1514

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/configure.in
 
2
+++ b/configure.in
 
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
 
 
13
 APR_ADDTO(SERF_LIBS, [$libs])
 
14
 AC_SUBST(SERF_LIBS)