Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-06-15 00:27:38 +0400
committerTom Tromey <tromey@redhat.com>2005-06-15 00:27:38 +0400
commitfbc0e572ce294782bdb13ff87ec5850b52a7b16f (patch)
tree03dbd1ae78931bbeeb00c283b0453f8c39efec46 /config/no-executables.m4
parentd1ce2c4a15bf4fbec52086f51ee45ba387550ccd (diff)
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 ca26b7112..54e5a0242 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)