mirror of
https://github.com/osmarks/ngircd.git
synced 2025-10-30 05:23:00 +00:00
./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).
This commit is contained in:
@@ -43,6 +43,7 @@ AH_TEMPLATE([TARGET_CPU], [Target CPU name])
|
|||||||
# -- C Compiler --
|
# -- C Compiler --
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
AC_PROG_CC_STDC
|
||||||
AC_C_PROTOTYPES
|
AC_C_PROTOTYPES
|
||||||
|
|
||||||
# -- Helper programs --
|
# -- Helper programs --
|
||||||
|
|||||||
Reference in New Issue
Block a user