1
0
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:
Barak A. Pearlmutter 2016-12-28 11:31:09 +01:00
parent 9e5e197376
commit d96c2ea431

View File

@ -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