configure.ac: fix for automake >= 1.12
This commit is contained in:
parent
f79ed692f6
commit
ddad019c25
@ -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 ------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user