diff options
author | Andreas Tobler <a.tobler@schweiz.ch> | 2006-05-01 22:02:27 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2006-05-01 22:02:27 +0200 |
commit | a5dfac10a2ec09de7b9763226161dfc90a2a259d (patch) | |
tree | 59eda92264b56d60be33d4927a6af5bea2a4c477 /libjava/include | |
parent | 763f45275b818e0e55fb069c096c5fcfc02865bd (diff) | |
download | gcc-a5dfac10a2ec09de7b9763226161dfc90a2a259d.zip gcc-a5dfac10a2ec09de7b9763226161dfc90a2a259d.tar.gz gcc-a5dfac10a2ec09de7b9763226161dfc90a2a259d.tar.bz2 |
configure.ac: Simplify the mmap check a bit more.
2006-05-01 Andreas Tobler <a.tobler@schweiz.ch>
* configure.ac: Simplify the mmap check a bit more.
* configure: Rebuilt.
* include/config.h.in: Likewise.
From-SVN: r113426
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/config.h.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 8dcd658..a57dd83 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -184,8 +184,7 @@ /* Define is you have 'mktime' in <time.h> */ #undef HAVE_MKTIME -/* Define to 1 if you have a working `mmap' system call w/o fixed address - ability. */ +/* Define to 1 if you have the `mmap' function. */ #undef HAVE_MMAP /* Define to 1 if you have the <netdb.h> header file. */ |