diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-25 00:44:37 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-03-13 20:20:12 -0400 |
commit | 43ca83ecc482f34e002d5f0accfb4a7cef471e4a (patch) | |
tree | b6b086dc7c9a6f1e3542ce4f33d407d80dcf73ff /configure | |
parent | c66e48b4a704ab20c0a9e04e9237c62b9b5aedae (diff) | |
download | glibc-43ca83ecc482f34e002d5f0accfb4a7cef471e4a.zip glibc-43ca83ecc482f34e002d5f0accfb4a7cef471e4a.tar.gz glibc-43ca83ecc482f34e002d5f0accfb4a7cef471e4a.tar.bz2 |
stop supporting bash-1.x
We've stopped supporting toolchain packages older than 2009, so punting
bash-1.x is reasonable when bash-2 was released almost 20 years ago.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -616,7 +616,6 @@ libc_cv_cc_with_libunwind BISON INSTALL_INFO PERL -libc_cv_have_bash2 BASH_SHELL libc_cv_gcc_static_libgcc CXX_SYSINCLUDES @@ -5318,14 +5317,6 @@ $as_echo "no" >&6; } fi -if test "$BASH_SHELL" != no && - $BASH_SHELL -c 'test "$BASH_VERSINFO" \ - && test "$BASH_VERSINFO" -ge 2 >&/dev/null'; then - libc_cv_have_bash2=yes -else - libc_cv_have_bash2=no -fi - # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 |