summaryrefslogtreecommitdiff
path: root/libiberty/configure.ac
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2005-07-22 03:16:30 +0000
committerDJ Delorie <dj@delorie.com>2005-07-22 03:16:30 +0000
commite2d990812a449d4cbcf04c38b2578b9ba3a459e6 (patch)
treea256b5c9be7c92013297b603b7c68160178ceade /libiberty/configure.ac
parent41fa1fcf5d3020c058cea63ce14602cdb3151239 (diff)
downloadgdb-e2d990812a449d4cbcf04c38b2578b9ba3a459e6.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r--libiberty/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index e77bac70b78..c110887a1b9 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