PR libgcj/19877:
authorTom Tromey <tromey@redhat.com>
Tue, 14 Jun 2005 20:27:38 +0000 (20:27 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 14 Jun 2005 20:27:38 +0000 (20:27 +0000)
* no-executables.m4: Call real AC_FUNC_MMAP when cache variable
is set but not 'no'.

config/ChangeLog
config/no-executables.m4

index bba86988df43bff2b7de56b811f63cbbc2712d7f..5fac2d0f49bfccb38783a88bc8201b5700534832 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-14  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/19877:
+       * no-executables.m4: Call real AC_FUNC_MMAP when cache variable
+       is set but not 'no'.
+
 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
 
        * depstand.m4, lead-dot.m4: New files.
index ca26b7112c6fce392f101289d5d3985a39f40e10..54e5a024288106fcf4a3210cf4799e6f10884841 100644 (file)
@@ -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)