]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/configure.in
Fix problem with going to automake 2.14
[thirdparty/binutils-gdb.git] / gas / configure.in
index 397e20cecf2d61b9cd654f1db2033c3db8ae07d0..697211a0bfa3bc16bb57008c20b9accadd487986 100644 (file)
@@ -61,7 +61,7 @@ install_tooldir=install-exec-tooldir
 canon_targets=""
 if test -n "$enable_targets" ; then
   for t in `echo $enable_targets | sed 's/,/ /g'`; do
-    result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $t 2>/dev/null`
+    result=`$ac_config_sub $t 2>/dev/null`
     if test -n "$result" ; then
       canon_targets="$canon_targets $result"
 #    else