no need to check for mmap anymore
authorewt <devnull@localhost>
Mon, 27 Jul 1998 16:24:50 +0000 (16:24 +0000)
committerewt <devnull@localhost>
Mon, 27 Jul 1998 16:24:50 +0000 (16:24 +0000)
CVS patchset: 2191
CVS date: 1998/07/27 16:24:50

popt/configure.in

index f99ceb1..0f85027 100755 (executable)
@@ -27,7 +27,6 @@ fi
 AC_SUBST(TARGET)
 
 AC_CHECK_HEADERS(unistd.h alloca.h)
-AC_CHECK_FUNCS(mmap)
 AC_CHECK_FUNCS(strerror)
 
 AC_OUTPUT(Makefile)