* configure.ac: Stop using mmap for buffers on Cygwin.
This commit is contained in:
parent
524a05ac78
commit
26ccd19269
1 changed files with 1 additions and 1 deletions
|
@ -2231,7 +2231,7 @@ fi
|
|||
|
||||
use_mmap_for_buffers=no
|
||||
case "$opsys" in
|
||||
cygwin|mingw32) use_mmap_for_buffers=yes ;;
|
||||
mingw32) use_mmap_for_buffers=yes ;;
|
||||
esac
|
||||
|
||||
AC_FUNC_MMAP
|
||||
|
|
Loading…
Add table
Reference in a new issue