|
From: Subversion d. <sa...@us...> - 2008-10-17 02:57:24
|
r1204 | walken | 2008-10-17 04:57:13 +0200 (Fri, 17 Oct 2008) | 5 lines Changed paths: M /trunk/configure.ac Do not use -Wstrict-prototypes: this was breaking the --enable-warnings configure option, due to AC_TRY_COMPILE not declaring arguments (not even void) for the main() function it generates. |