diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-08-05 01:08:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-08-05 01:08:43 +0000 |
commit | 12b69d326e6f4404e9d893023a189047ecc983a9 (patch) | |
tree | f8d5267cc2a5d5fc2bb602501da8b1d7a6a0b0ef | |
parent | a92f117feccaca11d13f05fac484e20d1b538319 (diff) | |
download | glibc-12b69d326e6f4404e9d893023a189047ecc983a9.tar glibc-12b69d326e6f4404e9d893023a189047ecc983a9.tar.gz glibc-12b69d326e6f4404e9d893023a189047ecc983a9.tar.bz2 glibc-12b69d326e6f4404e9d893023a189047ecc983a9.zip |
Regenerated: autoconf configure.in
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1930,7 +1930,7 @@ __throw () {} EOF if { ac_try='${CC-cc} $CFLAGS -nostdlib -nostartfiles -Wl,--no-whole-archive - -o conftest conftest.c'; { (eval echo configure:1934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then + -o conftest conftest.c 1>&5'; { (eval echo configure:1934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then libc_cv_ld_no_whole_archive=yes else libc_cv_ld_no_whole_archive=no @@ -1952,7 +1952,7 @@ __throw () {} EOF if { ac_try='${CC-cc} $CFLAGS -nostdlib -nostartfiles -fno-exceptions - -o conftest conftest.c'; { (eval echo configure:1956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then + -o conftest conftest.c 1>&5'; { (eval echo configure:1956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then libc_cv_gcc_no_exceptions=yes else libc_cv_gcc_no_exceptions=no |