]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/configure
Fix problem with going to automake 2.14
[thirdparty/binutils-gdb.git] / opcodes / configure
index 7ac8e4b3633cbe7b76c54b9406a4c605f51a604d..e6e5029e924b055320d1baf48c09eba1cb9b491d 100755 (executable)
@@ -4219,7 +4219,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