about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-08-14 16:46:18 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-08-14 16:46:18 +0000
commitba14d4e1ee881a521b50fbd056bf9fb0fe1e2b60 (patch)
tree09095b3fdbcca3e4e2ed7e3bf3687747860db6fc /configure.in
parenta36e56b5e1b269b90d62b1b6f93e1cee513ee090 (diff)
downloadzsh-ba14d4e1ee881a521b50fbd056bf9fb0fe1e2b60.tar.gz
zsh-ba14d4e1ee881a521b50fbd056bf9fb0fe1e2b60.tar.xz
zsh-ba14d4e1ee881a521b50fbd056bf9fb0fe1e2b60.zip
Andrej, 12620: Fix up mmap tests.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 026abab42..2b1c13e28 100644
--- a/configure.in
+++ b/configure.in
@@ -870,7 +870,7 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \
 AC_FUNC_STRCOLL
 
 AC_FUNC_MMAP
-if test $ac_cv_func_mmap = yes; then
+if test x$ac_cv_func_mmap_fixed_mapped = xyes; then
   AC_CHECK_FUNCS(munmap msync)
 fi