diff options
author | DJ Delorie <dj@redhat.com> | 2005-07-22 03:00:51 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-07-22 03:00:51 +0000 |
commit | 7edb1832f2485b5e79d23a516efd014f63c18ea6 (patch) | |
tree | 2d67f8c8334c61f8ab94845d267d2863a934ae1c /libiberty/configure.ac | |
parent | e865f979accb9f41cb24d4e49cf90d935819d651 (diff) | |
download | gdb-7edb1832f2485b5e79d23a516efd014f63c18ea6.zip gdb-7edb1832f2485b5e79d23a516efd014f63c18ea6.tar.gz gdb-7edb1832f2485b5e79d23a516efd014f63c18ea6.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index e77bac7..c110887 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -588,7 +588,7 @@ if test -z "${setobjs}"; then AC_CHECK_FUNCS($checkfuncs) AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf]) - AC_CHECK_DECLS([calloc, getenv, getopt, malloc, realloc, sbrk]) + AC_CHECK_DECLS([calloc, getenv, malloc, realloc, sbrk]) AC_CHECK_DECLS([strverscmp]) libiberty_NEED_DECLARATION(canonicalize_file_name) fi |