diff options
author | DJ Delorie <dj@redhat.com> | 2001-07-05 17:29:17 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-07-05 17:29:17 +0000 |
commit | 7b78baae9b0beeee74aa508c150c35b4f9f35982 (patch) | |
tree | a3cac4407bb945ea2425479741572dd5b05545a9 /libiberty/configure | |
parent | af703f96203b5320baec426e5864cff71735a071 (diff) | |
download | gdb-7b78baae9b0beeee74aa508c150c35b4f9f35982.zip gdb-7b78baae9b0beeee74aa508c150c35b4f9f35982.tar.gz gdb-7b78baae9b0beeee74aa508c150c35b4f9f35982.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure index 6b0aa20..7025397 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -1329,6 +1329,7 @@ funcs="$funcs bsearch" funcs="$funcs bzero" funcs="$funcs calloc" funcs="$funcs clock" +funcs="$funcs ffs" funcs="$funcs getcwd" funcs="$funcs getpagesize" funcs="$funcs index" @@ -1700,7 +1701,7 @@ else fi done - for ac_func in sysconf times sbrk gettimeofday + for ac_func in sysconf times sbrk gettimeofday ffs do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:1707: checking for $ac_func" >&5 |