diff options
author | DJ Delorie <dj@redhat.com> | 2005-04-12 15:04:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-04-12 15:04:41 +0000 |
commit | 41c953f989487663bea96657b1945ed034f5c1c5 (patch) | |
tree | 10c54caa7497f18000fb7ebcc88bbf55000d2c91 /libiberty/configure.ac | |
parent | 4bdd3565f140b0555071cea0d917a6e1e1e16d23 (diff) | |
download | gdb-41c953f989487663bea96657b1945ed034f5c1c5.zip gdb-41c953f989487663bea96657b1945ed034f5c1c5.tar.gz gdb-41c953f989487663bea96657b1945ed034f5c1c5.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index cd31f6a..b7932ec 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -282,6 +282,7 @@ if test "x" = "y"; then sysconf times sbrk gettimeofday ffs snprintf vsnprintf \ pstat_getstatic pstat_getdynamic sysmp getsysinfo table sysctl wait3 wait4 \ realpath canonicalize_file_name __fsetlocking) + AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf]) AC_DEFINE(HAVE_SYS_ERRLIST, 1, [Define if you have the sys_errlist variable.]) AC_DEFINE(HAVE_SYS_NERR, 1, [Define if you have the sys_nerr variable.]) AC_DEFINE(HAVE_SYS_SIGLIST, 1, [Define if you have the sys_siglist variable.]) |