harfbuzz: update to 1.3.3
[openadk.git] / package / subversion / patches / patch-configure
blobe9a409ef3717547f7a6db095a6c4e6ff4e007675
1 --- subversion-1.8.13.orig/configure    2015-03-18 14:33:22.000000000 +0100
2 +++ subversion-1.8.13/configure 2015-06-10 23:08:29.000000000 +0200
3 @@ -18631,51 +18631,6 @@ fi
4  
5  
6  
7 -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mach-O dynamic module iteration functions" >&5
8 -$as_echo_n "checking for Mach-O dynamic module iteration functions... " >&6; }
9 -  if test "$cross_compiling" = yes; then :
10 -  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12 -as_fn_error $? "cannot run test program while cross compiling
13 -See \`config.log' for more details" "$LINENO" 5; }
14 -else
15 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16 -/* end confdefs.h.  */
18 -    #include <mach-o/dyld.h>
19 -    #include <mach-o/loader.h>
21 -int
22 -main ()
25 -    const struct mach_header *header = _dyld_get_image_header(0);
26 -    const char *name = _dyld_get_image_name(0);
27 -    if (name && header) return 0;
28 -    return 1;
30 -  ;
31 -  return 0;
33 -_ACEOF
34 -if ac_fn_c_try_run "$LINENO"; then :
37 -$as_echo "#define SVN_HAVE_MACHO_ITERATE 1" >>confdefs.h
39 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
40 -$as_echo "yes" >&6; }
42 -else
44 -    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
45 -$as_echo "no" >&6; }
47 -fi
48 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
49 -  conftest.$ac_objext conftest.beam conftest.$ac_ext
50 -fi
54    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mac OS property list utilities" >&5