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:
parent
6d7870d1a9
commit
c9b93377e3
3 changed files with 835 additions and 281 deletions
|
@ -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
1107
libffi/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue