diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2007-06-14 08:16:37 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2007-06-14 08:16:37 +0000 |
commit | 2b58cd72465861cd3bf4fb7249da406326ed98bc (patch) | |
tree | 9eaf34bdd0b807881fd06c1d618207d3baefb909 /config/acx.m4 | |
parent | f2029b3aad6b04bfa49e6f172cee0440ce81ee44 (diff) | |
download | ppe42-binutils-2b58cd72465861cd3bf4fb7249da406326ed98bc.tar.gz ppe42-binutils-2b58cd72465861cd3bf4fb7249da406326ed98bc.zip |
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines.
Diffstat (limited to 'config/acx.m4')
-rw-r--r-- | config/acx.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/acx.m4 b/config/acx.m4 index bbe7b5e06f..a70d4077c3 100644 --- a/config/acx.m4 +++ b/config/acx.m4 @@ -540,10 +540,6 @@ AC_DEFUN([ACX_CHECK_PROG_VER],[ $5) gcc_cv_prog_$2_modern=yes;; *) gcc_cv_prog_$2_modern=no;; esac] - - if test $gcc_cv_prog_$2_modern = no; then - $1="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing $2" - fi ]) else gcc_cv_prog_$2_modern=no |