diff options
author | Tom Tromey <tromey@redhat.com> | 2005-06-14 20:05:59 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2005-06-14 20:05:59 +0000 |
commit | cd1118132999decb9b96a3ce6378c8fe3a7ab2b4 (patch) | |
tree | b33077dd2a25ad9f273d259848485e2e592c133e /zlib/configure | |
parent | c8094d835f3b458cc3d47195966d944c89208396 (diff) | |
download | gcc-cd1118132999decb9b96a3ce6378c8fe3a7ab2b4.zip gcc-cd1118132999decb9b96a3ce6378c8fe3a7ab2b4.tar.gz gcc-cd1118132999decb9b96a3ce6378c8fe3a7ab2b4.tar.bz2 |
re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h)
config/:
PR libgcj/19877:
* no-executables.m4: Call real AC_FUNC_MMAP when cache variable
is set but not 'no'.
libstdc++-v3/:
PR libgcj/19877:
* configure, aclocal.m4: Rebuilt.
* Makefile.in, include/Makefile.in, libmath/Makefile.in,
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
testsuite/Makefile.in: Likewise.
libjava/:
PR libgcj/19877:
* configure, aclocal.m4, Makefile.in: Rebuilt.
libgfortran/:
PR libgcj/19877:
* configure, aclocal.m4, Makefile.in: Rebuilt.
zlib/:
PR libgcj/19877:
* configure, aclocal.m4, Makefile.in: Rebuilt.
From-SVN: r100953
Diffstat (limited to 'zlib/configure')
-rwxr-xr-x | zlib/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/configure b/zlib/configure index d2046e1..20f35a8 100755 --- a/zlib/configure +++ b/zlib/configure @@ -4432,7 +4432,7 @@ else 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 echo "$as_me:$LINENO: checking for egrep" >&5 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 |