diff options
author | Michael Meissner <gnu@the-meissners.org> | 1999-09-14 23:29:35 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1999-09-14 23:29:35 +0000 |
commit | 5af40edfef7be24c81cebe817febb08f2ca120c1 (patch) | |
tree | 1e10bd6c3fe228d5d6e00818a8c8422bbef6e8b8 /opcodes/configure | |
parent | ab7244b946056c1a1a05608f006455c99144b579 (diff) | |
download | gdb-5af40edfef7be24c81cebe817febb08f2ca120c1.tar.gz |
Fix problem with going to automake 2.14
Diffstat (limited to 'opcodes/configure')
-rwxr-xr-x | opcodes/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/configure b/opcodes/configure index 7ac8e4b3633..e6e5029e924 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -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 |