diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-07-22 19:11:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-07-22 19:11:04 +0000 |
commit | 60f1ad85ac75dd967184852cad217a695a727091 (patch) | |
tree | 898e34d6dbdcb57ede655d8344df0fdf8cbf7731 /bfd/configure | |
parent | 5697f15271437c80e626dc29ccabaa04400b0d9d (diff) | |
download | gdb-60f1ad85ac75dd967184852cad217a695a727091.zip gdb-60f1ad85ac75dd967184852cad217a695a727091.tar.gz gdb-60f1ad85ac75dd967184852cad217a695a727091.tar.bz2 |
* configure.in: Check for fdopen.
* configure, config.in: Rebuild.
* opncls.c (bfd_fdopenr): Check HAVE_FDOPEN rather than VMS or
__GO32__. Reindent a bit.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/configure b/bfd/configure index 96d6c95..0adee2a 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1327,7 +1327,7 @@ EOF fi -for ac_func in fcntl getpagesize setitimer sysconf +for ac_func in fcntl getpagesize setitimer sysconf fdopen do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:1334: checking for $ac_func" >&5 @@ -1925,7 +1925,7 @@ fi if test -n "$enable_targets" ; then for targ in `echo $enable_targets | sed 's/,/ /g'` do - result=`$ac_config_sub $targ 2>/dev/null` + result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ 2>/dev/null` if test -n "$result" ; then canon_targets="$canon_targets $result" else |