Browse code

fix test

git-svn: trunk@4308

Török Edvin authored on 2008/10/30 17:35:47
Showing 3 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Oct 30 11:04:19 EET 2008 (edwin)
2
+------------------------------------
3
+ * configure, configure.in: fix test
4
+
1 5
 Wed Oct 29 22:53:21 EET 2008 (edwin)
2 6
 ------------------------------------
3 7
  * configure, configure.in: be nice to non-GNU compilers, and use
... ...
@@ -12593,6 +12593,7 @@ cat >>conftest.$ac_ext <<_ACEOF
12593 12593
 /* end confdefs.h.  */
12594 12594
 
12595 12595
 #include <stdlib.h>
12596
+#include <string.h>
12596 12597
 struct S
12597 12598
 {
12598 12599
   unsigned int *a;
... ...
@@ -264,6 +264,7 @@ AC_MSG_CHECKING([for gcc bug PR37573])
264 264
 AC_TRY_RUN(
265 265
 	   [
266 266
 #include <stdlib.h>
267
+#include <string.h>
267 268
 struct S
268 269
 {
269 270
   unsigned int *a;