aboutsummaryrefslogtreecommitdiff
path: root/ld/configure
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1999-09-14 23:16:48 +0000
committerMichael Meissner <gnu@the-meissners.org>1999-09-14 23:16:48 +0000
commita8100d5bb4759ac2d306ff0cd03a8b0f880a7b02 (patch)
tree5c34f1c994bf154f821a3b393d02a8dfaad5f0d4 /ld/configure
parente4e24acbc8053e0397c44e10e1b3ea02ea7cd913 (diff)
downloadfsf-binutils-gdb-a8100d5bb4759ac2d306ff0cd03a8b0f880a7b02.zip
fsf-binutils-gdb-a8100d5bb4759ac2d306ff0cd03a8b0f880a7b02.tar.gz
fsf-binutils-gdb-a8100d5bb4759ac2d306ff0cd03a8b0f880a7b02.tar.bz2
Fix problem with going to automake 2.14
Diffstat (limited to 'ld/configure')
-rwxr-xr-xld/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/configure b/ld/configure
index f2baf1d..d907e9f 100755
--- a/ld/configure
+++ b/ld/configure
@@ -4474,7 +4474,7 @@ fi
case "${host}" in
-*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows)
+*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
cat >> confdefs.h <<\EOF
#define USE_BINARY_FOPEN 1
EOF
@@ -4769,7 +4769,7 @@ do
all_targets=true
else
# Canonicalize the secondary target names.
- result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ_alias 2>/dev/null`
+ result=`$ac_config_sub $targ_alias 2>/dev/null`
if test -n "$result"; then
targ=$result
else