Module: ngircd.git Branch: master Commit: 2478c5816bca01c73b7c832945ddbeb815922ce0 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=2478c...
Author: Alexander Barton alex@barton.de Date: Tue Sep 11 14:34:30 2012 +0200
configure.in: Don't use AC_C_PROTOTYPES
Don't use AC_C_PROTOTYPES, AM_C_PROTOTYPES is already used.
---
configure.in | 1 - 1 file changed, 1 deletion(-)
diff --git a/configure.in b/configure.in index c726596..d3cc86b 100644 --- a/configure.in +++ b/configure.in @@ -48,7 +48,6 @@ AH_TEMPLATE([TARGET_CPU], [Target CPU name])
AC_PROG_CC AC_PROG_CC_STDC -AC_C_PROTOTYPES
# -- Helper programs --