~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2014-05-20 22:45:32 UTC
  • mfrom: (0.2.12)
  • Revision ID: package-import@ubuntu.com-20140520224532-4fec3gohdzyy692g
Tags: 1.8.9-1
* New upstream release
* Merge changes from Ubuntu:
  - Add DEB-8 test for Apache functionality
  - debian/rules: Create pot file on build.
  - debian/rules: Ensure the doxygen output directory exists
  - Move svn2cl to subversion-tools' Suggests on Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
dnl   them.  Only .7 and later can guarantee repository
99
99
dnl   integrity with FSFS.
100
100
 
101
 
APR_VER_REGEXES=["0\.9\.[7-9] 0\.9\.1[0-9] 1\. 2\."]
 
101
APR_VER_REGEXES=["0\.9\.[7-9] 0\.9\.[12][0-9] 1\. 2\."]
102
102
 
103
103
SVN_LIB_APR($APR_VER_REGEXES)
104
104
 
755
755
    CPPFLAGS="$CPPFLAGS -I$libmagic_prefix/include"
756
756
    AC_CHECK_HEADERS(magic.h,[
757
757
      save_ldflags="$LDFLAGS"
758
 
      LDFLAGS="-L$libmagic_prefix/lib"
 
758
      LDFLAGS="-L$libmagic_prefix/lib $LDFLAGS"
759
759
      AC_CHECK_LIB(magic, magic_open, [libmagic_found="yes"])
760
760
      LDFLAGS="$save_ldflags"
761
761
    ])