* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply

the ``strings.h'' change claimed below.
This commit is contained in:
Akim Demaille 2001-07-04 13:29:12 +00:00
parent 8a06c0fd94
commit 6a392f5d1a
3 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2001-07-04 Akim Demaille <akim@epita.fr>
* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
the ``strings.h'' change claimed below.
2001-07-04 Akim Demaille <akim@epita.fr>
* aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.

View File

@ -2218,10 +2218,9 @@ ac_includes_default="\
# include <memory.h>
# endif
# include <string.h>
#else
# if HAVE_STRINGS_H
# include <strings.h>
# endif
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>

View File

@ -2218,10 +2218,9 @@ ac_includes_default="\
# include <memory.h>
# endif
# include <string.h>
#else
# if HAVE_STRINGS_H
# include <strings.h>
# endif
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>