diff options
author | DJ Delorie <dj@redhat.com> | 2010-06-03 16:54:11 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-06-03 16:54:11 +0000 |
commit | a28030212fd379ffda501ce8010b0811db81291b (patch) | |
tree | beed8cddb7f9b954db8a1f387a73b3e2b167c8c2 /libiberty/configure.ac | |
parent | 84b4420f130fc7c11c63c7319a2059459d6dd4f8 (diff) | |
download | gdb-a28030212fd379ffda501ce8010b0811db81291b.zip gdb-a28030212fd379ffda501ce8010b0811db81291b.tar.gz gdb-a28030212fd379ffda501ce8010b0811db81291b.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 515bb33..32ec8d9 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -379,7 +379,7 @@ if test "x" = "y"; then table times tmpnam \ vasprintf vfprintf vprintf vsprintf \ wait3 wait4 waitpid) - AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf]) + AC_CHECK_DECLS([basename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf]) 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.]) @@ -663,7 +663,7 @@ if test -z "${setobjs}"; then [AC_MSG_RESULT([no])]) AC_CHECK_FUNCS($checkfuncs) - AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf]) + AC_CHECK_DECLS([basename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf]) AC_CHECK_DECLS([calloc, getenv, getopt, malloc, realloc, sbrk]) AC_CHECK_DECLS([strverscmp]) libiberty_NEED_DECLARATION(canonicalize_file_name) |