From Abdulaziz Ghuloum. Adds special case for Snow Leopard.

This commit is contained in:
Anthony Green
2009-10-05 00:16:17 -04:00
parent 3425a763bc
commit e4a91de766
3 changed files with 40 additions and 0 deletions

10
configure vendored
View File

@@ -22797,6 +22797,16 @@ _ACEOF
fi
fi
case "$target" in
i?86-apple-darwin10*)
cat >>confdefs.h <<\_ACEOF
#define FFI_MMAP_EXEC_WRIT 1
_ACEOF
;;
esac
{ $as_echo "$as_me:$LINENO: checking whether .eh_frame section should be read-only" >&5
$as_echo_n "checking whether .eh_frame section should be read-only... " >&6; }
if test "${libffi_cv_ro_eh_frame+set}" = set; then