author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 3 Aug 2016 12:28:29 +0000 (14:28 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 3 Aug 2016 12:28:29 +0000 (14:28 +0200) | ||
commit | ae634791d387f8a98d1bd0c4c3fa06f912be04cd | |
tree | c5611020af91f6583ea39683c58454c27c6f89e8 | tree | snapshot |
parent | cd5c60931ef73c6c34be6dcf58538b069be17c58 | commit | diff |
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.
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 | diff | blob | history |