Require a compiler that understands C99
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 3 Aug 2016 12:28:29 +0000 (14:28 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 3 Aug 2016 12:28:29 +0000 (14:28 +0200)
commitae634791d387f8a98d1bd0c4c3fa06f912be04cd
treec5611020af91f6583ea39683c58454c27c6f89e8
parentcd5c60931ef73c6c34be6dcf58538b069be17c58
Require a compiler that understands C99

Upcoming changes will requires C99 support.

For newer compilers this is the default, but older
compilers needs a flag like -std=gnu99 or -std=c99.
configure.ac