]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/configure
Fix problem with going to automake 2.14
[thirdparty/binutils-gdb.git] / binutils / configure
index a369b12a01fe14065d652026719ad90432604c04..9c2e03d0a3857c22b7ae06e2782248faf6183f47 100755 (executable)
@@ -5126,7 +5126,7 @@ esac
 if test -n "$enable_targets"; then
     for targ in `echo $enable_targets | sed 's/,/ /g'`
     do
-       result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ 2>/dev/null`
+       result=`$ac_config_sub $targ 2>/dev/null`
        if test -n "$result"; then
            canon_targets="$canon_targets $result"
        else