Bug 15093

Bug 15093
* configure.ac: Test for existence of mmap and sys/mman.h before
checking blacklist.  Fix suggested by Jim Wilson.
* configure: Regenerate.

From-SVN: r81212
This commit is contained in:
Joe Buck 2004-04-27 05:41:45 +00:00 committed by Jim Wilson
parent 6d7870d1a9
commit c9b93377e3
3 changed files with 835 additions and 281 deletions

View file

@ -1,3 +1,10 @@
2004-04-26 Joe Buck <jbuck@welsh-buck.org>
Bug 15093
* configure.ac: Test for existence of mmap and sys/mman.h before
checking blacklist. Fix suggested by Jim Wilson.
* configure: Regenerate.
2004-04-26 Matt Austern <austern@apple.com>
* src/powerpc/darwin.S: Go through a non-lazy pointer for initial

1107
libffi/configure vendored

File diff suppressed because it is too large Load diff

View file

@ -37,6 +37,8 @@ AC_PROG_LIBTOOL
AM_MAINTAINER_MODE
AC_CHECK_HEADERS(sys/mman.h)
AC_CHECK_FUNCS(mmap)
AC_FUNC_MMAP_BLACKLIST
dnl The -no-testsuite modules omit the test subdir.