forked from Imagelibrary/binutils-gdb
Fix problem with going to automake 2.14
This commit is contained in:
2
opcodes/configure
vendored
2
opcodes/configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user