* configure.ac: Check for a getopt(3) declaration.

* configure, config.in: Regenerate.
This commit is contained in:
Ben Elliston
2005-07-22 02:10:56 +00:00
parent 7e6ac9b631
commit e865f979ac
4 changed files with 145 additions and 125 deletions

View File

@ -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, malloc, realloc, sbrk])
AC_CHECK_DECLS([calloc, getenv, getopt, malloc, realloc, sbrk])
AC_CHECK_DECLS([strverscmp])
libiberty_NEED_DECLARATION(canonicalize_file_name)
fi