Commit c9b93377 by Joe Buck Committed by Jim Wilson

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
parent 6d7870d1
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
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment