summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIain Sandoe <iain@codesourcery.com>2016-05-26 08:55:04 +0100
committerIain Sandoe <iain@codesourcery.com>2016-05-26 08:55:04 +0100
commit30b3440cfd378dc67111b1380f2654334d048659 (patch)
treed2bb64e940072f671508b42754ebbc636735184e /configure.ac
parent02089a1b5cf3aa1535172c62add454a2e9375066 (diff)
downloadlibffi-30b3440cfd378dc67111b1380f2654334d048659.tar.gz
[Darwin, configure] Allow configure to work for <arch>-*-darwin.
The exec configury is appropriate for all current targets (including using older tools on them).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9483b28..e49a788 100644
--- a/configure.ac
+++ b/configure.ac
@@ -197,7 +197,7 @@ case "$target" in
[Cannot use PROT_EXEC on this target, so, we revert to
alternative means])
;;
- *-apple-darwin1* | *-*-freebsd* | *-*-kfreebsd* | *-*-openbsd* | *-pc-solaris*)
+ *-apple-darwin* | *-*-freebsd* | *-*-kfreebsd* | *-*-openbsd* | *-pc-solaris*)
AC_DEFINE(FFI_MMAP_EXEC_WRIT, 1,
[Cannot use malloc on this target, so, we revert to
alternative means])