mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-29 16:36:03 +03:00
do gcc -std=c99 the autotools way
This commit is contained in:
parent
9e5e197376
commit
d96c2ea431
@ -53,6 +53,9 @@ AC_DEFINE_UNQUOTED([GITREVISION],["${GITREVISION}"],
|
||||
# Checks for programs
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_CC_STDC
|
||||
AS_IF([test "x${ac_cv_prog_cc_stdc}" = xno],
|
||||
[AC_MSG_WARN([Unable to engage Standard C (C99) option])],)
|
||||
AC_PROG_INSTALL
|
||||
|
||||
# Process options
|
||||
|
Loading…
Reference in New Issue
Block a user