diff options
author | DJ Delorie <dj@redhat.com> | 2005-03-10 01:06:07 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-03-10 01:06:07 +0000 |
commit | 8ec3272396aa865eb55f47f51f54e81cb61ff636 (patch) | |
tree | 2f9b861a6e100d394d4496e7b1012a05ffe7ceac /libiberty/configure.ac | |
parent | 109f70961993d87c90fab4a7ba8de115759f5999 (diff) | |
download | gdb-8ec3272396aa865eb55f47f51f54e81cb61ff636.zip gdb-8ec3272396aa865eb55f47f51f54e81cb61ff636.tar.gz gdb-8ec3272396aa865eb55f47f51f54e81cb61ff636.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 3 |
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 \ |