1 Disable Mac OS specific features
3 We only support Linux so we don't need them. Also, they cause a build
4 failure when cross compiling:
6 checking for Mach-O dynamic module iteration functions
7 error: cannot run test program while cross compiling
9 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
11 diff -Nrup a/configure.ac b/configure.ac
12 --- a/configure.ac 2015-09-28 10:33:39.175048493 +0100
13 +++ b/configure.ac 2015-09-28 10:47:53.921428143 +0100
14 @@ -467,9 +467,6 @@ fi
16 dnl Mac OS specific features -------------------
18 -SVN_LIB_MACHO_ITERATE
20 -SVN_LIB_MACOS_KEYCHAIN
22 dnl APR_HAS_DSO -------------------