Module: ngircd.git Branch: master Commit: 5700329f8c7dda39610f5836d641f4cea6912197 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=57003...
Author: Alexander Barton alex@barton.de Date: Sun Oct 24 14:14:30 2010 +0200
./configure: check if C compiler can compile ISO Standard C
This is required for enabling ansi2knr on systems that don't have an ANSI C compiler installed (e.g. on A/UX with Apple standard C compiler).
---
configure.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.in b/configure.in index d2acc14..965258a 100644 --- a/configure.in +++ b/configure.in @@ -43,6 +43,7 @@ AH_TEMPLATE([TARGET_CPU], [Target CPU name]) # -- C Compiler --
AC_PROG_CC +AC_PROG_CC_STDC AC_C_PROTOTYPES
# -- Helper programs --