]> arthur.barton.de Git - ngircd-alex.git/commitdiff
configure.in: Don't use AC_C_PROTOTYPES
authorAlexander Barton <alex@barton.de>
Tue, 11 Sep 2012 12:34:30 +0000 (14:34 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 11 Sep 2012 12:34:30 +0000 (14:34 +0200)
Don't use AC_C_PROTOTYPES, AM_C_PROTOTYPES is already used.

configure.in

index c726596447fce8306a34230a493a0a5d62cb58bd..d3cc86b6562a4a22721650736609842e779b4a6d 100644 (file)
@@ -48,7 +48,6 @@ AH_TEMPLATE([TARGET_CPU], [Target CPU name])
 
 AC_PROG_CC
 AC_PROG_CC_STDC
-AC_C_PROTOTYPES
 
 # -- Helper programs --