diff options
author | Richard Earnshaw <Richard.Earnshaw@arm.com> | 2015-01-07 17:32:24 +0000 |
---|---|---|
committer | Richard Earnshaw <Richard.Earnshaw@arm.com> | 2015-01-07 17:34:29 +0000 |
commit | 7c89917ffa6813f40fbb9f345411d59716e90714 (patch) | |
tree | 6457a90f308cea40a799e74f72c9b3a122f0b17c /libiberty/configure.ac | |
parent | d7b24d2941fd7c99ba5843331989e6023075f0d0 (diff) | |
download | gdb-7c89917ffa6813f40fbb9f345411d59716e90714.zip gdb-7c89917ffa6813f40fbb9f345411d59716e90714.tar.gz gdb-7c89917ffa6813f40fbb9f345411d59716e90714.tar.bz2 |
Sync with gcc/libiberty.
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 90adaea..922aa86 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -678,6 +678,7 @@ if test -z "${setobjs}"; then AC_CHECK_FUNCS($checkfuncs) AC_CHECK_DECLS([basename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf]) AC_CHECK_DECLS([calloc, getenv, getopt, malloc, realloc, sbrk]) + AC_CHECK_DECLS([strtol, strtoul, strtoll, strtoull]) AC_CHECK_DECLS([strverscmp]) libiberty_NEED_DECLARATION(canonicalize_file_name) fi |