configure.in: Don't use AC_C_PROTOTYPES

Don't use AC_C_PROTOTYPES, AM_C_PROTOTYPES is already used.
This commit is contained in:
Alexander Barton 2012-09-11 14:34:30 +02:00
parent 47ad9afcf3
commit 2478c5816b
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ AH_TEMPLATE([TARGET_CPU], [Target CPU name])
AC_PROG_CC
AC_PROG_CC_STDC
AC_C_PROTOTYPES
# -- Helper programs --