summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-19 05:14:32 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-19 05:14:32 +0000
commite82a1ee47e3fd969f3a73210bb070483ea1b28ed (patch)
tree6e27ddd3cf2c9e1f8b4b2956782100764dfef072 /gcc/configure
parent53647f74625e16123e3ce2eccba7189c43626780 (diff)
downloadgcc-e82a1ee47e3fd969f3a73210bb070483ea1b28ed.tar.gz
* configure.in (strtoul, bsearch): Have autoconf check for these
functions. * configure, config.in: Rebuilt. So Fortran front end can use HAVE_STRTOUL and HAVE_BSEARCH. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15560 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index c3197303290..28abd33ea36 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -1603,7 +1603,7 @@ EOF
fi
-for ac_func in strerror
+for ac_func in strerror strtoul bsearch
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:1610: checking for $ac_func" >&5