AM_C_PROTOTYPES is no longer supported in autoconf 1.12.

This commit is contained in:
Tim Newsome 2013-06-13 14:16:18 -07:00 committed by Benjamin Dauvergne
parent e8d5b21637
commit 479eba57de
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ AC_CHECK_PROGS(PYTHON, python)
AC_CHECK_PROGS(SWIG, swig)
dnl Make sure we have an ANSI compiler
AM_C_PROTOTYPES
test "z$U" != "z" && AC_MSG_ERROR(Compiler not ANSI compliant)
dnl Check for variadic macros