Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 58f39f2d323ea5a28e58d6e51c53fb23 > files > 1

automake1.4-1.4.0.p6-4mdv2009.1.src.rpm

--- automake-1.4-p6/tests/ansi3.test.stdc-headers	1998-09-21 20:30:07.000000000 -0400
+++ automake-1.4-p6/tests/ansi3.test	2004-07-26 17:14:05.004456024 -0400
@@ -10,6 +10,7 @@ AC_INIT(hello.c)
 AM_INIT_AUTOMAKE(hello,0.23)
 AC_PROG_CC
 AM_C_PROTOTYPES
+AC_HEADER_STDC
 AC_OUTPUT(Makefile)
 END