From ddad019c259c60eb03b91886ab1b138b25a2145a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 13 Aug 2012 15:52:28 +0200 Subject: [PATCH] configure.ac: fix for automake >= 1.12 --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 80f9774..48a8918 100644 --- a/configure.ac +++ b/configure.ac @@ -109,13 +109,6 @@ cc_TRY_CFLAGS([-Wshadow]) AC_SUBST([CFLAGS], ["$CFLAGS $SUPPORTED_CFLAGS"]) -dnl Check to see if function prototypes are understood by the compiler. -dnl This test must precede tests of compiler characteristics like that -dnl for the inline keyword, since it may change the degree to which the -dnl compiler supports such features. -dnl ------------------------------------------------------------ -AM_C_PROTOTYPES - dnl Check if C the compiler does not fully support the ANSI C qualifier dnl `const'. dnl ------------------------------------------------------------