]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
authorAkim Demaille <akim@epita.fr>
Wed, 4 Jul 2001 13:29:12 +0000 (13:29 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 4 Jul 2001 13:29:12 +0000 (13:29 +0000)
the ``strings.h'' change claimed below.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index f8c232cd463add9cd8d3d9168aba3ee137eec631..eb609e78f26eaa562488936cd3d4e9b3fe62672a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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/.
index fea6effd97f35ce417c4c08d6311915a4f6e3264..bc921524576f5f5515bb19e9be8e4ce28b9f0741 100644 (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>
index fea6effd97f35ce417c4c08d6311915a4f6e3264..bc921524576f5f5515bb19e9be8e4ce28b9f0741 100644 (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>