Skip to content
Snippets Groups Projects
Commit 7edb1832 authored by DJ Delorie's avatar DJ Delorie
Browse files

merge from gcc

parent e865f979
No related branches found
No related tags found
No related merge requests found
2005-07-22 Ben Elliston <bje@gnu.org>
* configure.ac: Check for a getopt(3) declaration.
* configure, config.in: Regenerate.
2005-07-15 Ben Elliston <bje@au.ibm.com> 2005-07-15 Ben Elliston <bje@au.ibm.com>
* regex.c (TRANSLATE): Cast rhs of ternary expression to char. * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
......
...@@ -56,10 +56,6 @@ ...@@ -56,10 +56,6 @@
*/ */
#undef HAVE_DECL_GETENV #undef HAVE_DECL_GETENV
/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
*/
#undef HAVE_DECL_GETOPT
/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
*/ */
#undef HAVE_DECL_MALLOC #undef HAVE_DECL_MALLOC
......
This diff is collapsed.
...@@ -588,7 +588,7 @@ if test -z "${setobjs}"; then ...@@ -588,7 +588,7 @@ if test -z "${setobjs}"; then
AC_CHECK_FUNCS($checkfuncs) AC_CHECK_FUNCS($checkfuncs)
AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf]) 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]) AC_CHECK_DECLS([strverscmp])
libiberty_NEED_DECLARATION(canonicalize_file_name) libiberty_NEED_DECLARATION(canonicalize_file_name)
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment