diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-21 05:01:18 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-21 05:01:18 +0000 |
commit | 189127997c880d879dbab528933351325b722cb9 (patch) | |
tree | d881987c07ef657bfdcbdd3c68c721ceb723ab54 /libiberty/configure.in | |
parent | dbf15cfc9794814c3f165933305cabd6a765cbd1 (diff) | |
download | gcc-189127997c880d879dbab528933351325b722cb9.tar.gz |
* configure.in (checkfuncs): Add gettimeofday.
* config.in, configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27647 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r-- | libiberty/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in index 2dd1853d3cf..843a9dd94e9 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -156,7 +156,7 @@ funcs="$funcs waitpid" vars="sys_errlist sys_nerr sys_siglist" -checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk" +checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday" # These are neither executed nor required, but they help keep # autoheader happy without adding a bunch of text to acconfig.h. @@ -170,7 +170,7 @@ if test "x" = "y"; then AC_DEFINE(HAVE_SYS_NERR) AC_DEFINE(HAVE_SYS_SIGLIST) AC_CHECK_FUNCS(getrusage on_exit psignal strerror strsignal sysconf times) - AC_CHECK_FUNCS(sbrk) + AC_CHECK_FUNCS(sbrk gettimeofday) fi # For each of these functions, if the host does not provide the |