configure.ac: fix for automake >= 1.12

This commit is contained in:
Silvan Calarco 2012-08-13 15:52:28 +02:00
parent f79ed692f6
commit ddad019c25

View File

@ -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 ------------------------------------------------------------