summaryrefslogtreecommitdiffstats
path: root/libiberty/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-21 05:01:18 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-21 05:01:18 +0000
commit189127997c880d879dbab528933351325b722cb9 (patch)
treed881987c07ef657bfdcbdd3c68c721ceb723ab54 /libiberty/configure.in
parentdbf15cfc9794814c3f165933305cabd6a765cbd1 (diff)
downloadppe42-gcc-189127997c880d879dbab528933351325b722cb9.tar.gz
ppe42-gcc-189127997c880d879dbab528933351325b722cb9.zip
* 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.in4
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
OpenPOWER on IntegriCloud