1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-31 09:44:44 +00:00

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

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