From a5dfac10a2ec09de7b9763226161dfc90a2a259d Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Mon, 1 May 2006 22:02:27 +0200 Subject: configure.ac: Simplify the mmap check a bit more. 2006-05-01 Andreas Tobler * configure.ac: Simplify the mmap check a bit more. * configure: Rebuilt. * include/config.h.in: Likewise. From-SVN: r113426 --- libjava/include/config.h.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libjava/include/config.h.in') 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 */ #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 header file. */ -- cgit v1.1