Module: ngircd.git Branch: master Commit: 3b7428087910a79cf7d332206470efb59182a22f URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=3b742...
Author: Alexander Barton alex@barton.de Date: Sun Oct 24 13:50:22 2010 +0200
./configure: check support for C prototypes again
---
configure.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.in b/configure.in index cd08ef6..d2acc14 100644 --- a/configure.in +++ b/configure.in @@ -43,6 +43,7 @@ AH_TEMPLATE([TARGET_CPU], [Target CPU name]) # -- C Compiler --
AC_PROG_CC +AC_C_PROTOTYPES
# -- Helper programs --