]> git.meshlink.io Git - meshlink/commit
Add back the AC_PROG_CC_C99 check.
authorGuus Sliepen <guus@meshlink.io>
Fri, 23 Apr 2021 16:19:59 +0000 (18:19 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 23 Apr 2021 16:19:59 +0000 (18:19 +0200)
commit526dafffcaee26fb715e603b115964b0b080e2b0
tree9afccd82730131b8f680eee6c7d4c267762b30f6
parent9033d75df3c0f23711eb4edff186c856cdd4f249
Add back the AC_PROG_CC_C99 check.

This macro is deprecated in 2.70 and will cause a warning to be
generated, but it is still necessary when using autoconf 2.69 in
combination with a compiler that does not enable C99 features by
default.
configure.ac