Ensure tinc compiles with gcc -std=c99.
We use a lot of C99 features already, but also some extensions which are not in the standard.
This commit is contained in:
parent
f52ea0a7eb
commit
9b394bc887
5 changed files with 23 additions and 29 deletions
|
@ -21,7 +21,7 @@ AC_DEFINE([__USE_BSD], 1, [Enable BSD extensions])
|
|||
ALL_LINGUAS="nl"
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_CC_C99
|
||||
AC_PROG_CPP
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue