~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to build/ac-macros/neon.m4

  • Committer: Package Import Robot
  • Author(s): Peter Samuelson
  • Date: 2011-06-01 17:07:33 UTC
  • mto: (0.4.8 sid) (1.9.1 upstream) (44.3.2 quantal)
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: package-import@ubuntu.com-20110601170733-voh3ackx4i28pc77
Tags: upstream-1.6.17dfsg
ImportĀ upstreamĀ versionĀ 1.6.17dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
            args="--disable-shared"
91
91
          fi
92
92
 
93
 
          # If we have apr-util and its bundled expat, we can point neon
94
 
          # there, otherwise, neon is on its own to find expat. 
95
 
          if test -f "$abs_builddir/apr-util/xml/expat/lib/expat.h" ; then
96
 
            args="$args --with-expat='$abs_builddir/apr-util/xml/expat/lib/libexpat.la'"
97
 
          fi
98
93
          SVN_EXTERNAL_PROJECT([neon], [$args])
99
94
 
100
95
          if test -f "$abs_builddir/neon/neon-config" ; then