]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/configure.in
Fix problem with going to automake 2.14
[thirdparty/binutils-gdb.git] / opcodes / configure.in
index b8d84a5aeada9a1b87c76b4e5f5ec86d9993099c..f1c94b23411ec1c93632a3333282e2315c377a06 100644 (file)
@@ -90,7 +90,7 @@ AC_SUBST(WIN32LIBADD)
 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