aboutsummaryrefslogtreecommitdiff
path: root/config/no-executables.m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-06-14 20:27:38 +0000
committerTom Tromey <tromey@redhat.com>2005-06-14 20:27:38 +0000
commitdfdbbcafa741e19d83c8ae61d5a05f85d0093cda (patch)
treee2c4aeaab9309713a4e90676e1cdf5db77e4ee8a /config/no-executables.m4
parent45e11c33f1ba5a31e8e4e4fc3e34a27a970140fc (diff)
downloadgdb-dfdbbcafa741e19d83c8ae61d5a05f85d0093cda.zip
gdb-dfdbbcafa741e19d83c8ae61d5a05f85d0093cda.tar.gz
gdb-dfdbbcafa741e19d83c8ae61d5a05f85d0093cda.tar.bz2
PR libgcj/19877:
* no-executables.m4: Call real AC_FUNC_MMAP when cache variable is set but not 'no'.
Diffstat (limited to 'config/no-executables.m4')
-rw-r--r--config/no-executables.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/no-executables.m4 b/config/no-executables.m4
index ca26b71..54e5a02 100644
--- a/config/no-executables.m4
+++ b/config/no-executables.m4
@@ -53,7 +53,7 @@ if test x$gcc_no_link = xyes; then
ac_cv_func_mmap_fixed_mapped=no
fi
fi
-if test "x${ac_cv_func_mmap_fixed_mapped+set}" != xset; then
+if test "x${ac_cv_func_mmap_fixed_mapped}" != xno; then
m4_defn([AC_FUNC_MMAP])
fi)