aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.ac
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-03-10 01:06:07 +0000
committerDJ Delorie <dj@redhat.com>2005-03-10 01:06:07 +0000
commit8ec3272396aa865eb55f47f51f54e81cb61ff636 (patch)
tree2f9b861a6e100d394d4496e7b1012a05ffe7ceac /libiberty/configure.ac
parent109f70961993d87c90fab4a7ba8de115759f5999 (diff)
downloadfsf-binutils-gdb-8ec3272396aa865eb55f47f51f54e81cb61ff636.zip
fsf-binutils-gdb-8ec3272396aa865eb55f47f51f54e81cb61ff636.tar.gz
fsf-binutils-gdb-8ec3272396aa865eb55f47f51f54e81cb61ff636.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r--libiberty/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index 4637eec..4d5361b 100644
--- a/libiberty/configure.ac
+++ b/libiberty/configure.ac
@@ -225,6 +225,7 @@ funcs="$funcs clock"
funcs="$funcs ffs"
funcs="$funcs getcwd"
funcs="$funcs getpagesize"
+funcs="$funcs gettimeofday"
funcs="$funcs index"
funcs="$funcs insque"
funcs="$funcs memchr"
@@ -272,7 +273,7 @@ checkfuncs="$checkfuncs getsysinfo table sysctl"
# autoheader happy without adding a bunch of text to acconfig.h.
if test "x" = "y"; then
AC_CHECK_FUNCS(asprintf atexit basename bcmp bcopy bsearch bzero calloc clock \
- getcwd getpagesize index insque mkstemps memchr memcmp memcpy \
+ getcwd getpagesize gettimeofday index insque mkstemps memchr memcmp memcpy \
memmove mempcpy memset putenv random rename rindex sigsetmask \
strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strrchr strstr \
strtod strtol strtoul tmpnam vasprintf vfprintf vprintf \