Merge branch 'v0.19.x'

This commit is contained in:
Max Kellermann
2016-07-29 20:23:45 +02:00
9 changed files with 349 additions and 73 deletions

View File

@@ -57,7 +57,7 @@
# error Sorry, your clang version is too old. You need at least version 3.1.
# endif
#elif defined(__GNUC__)
# if GCC_OLDER_THAN(4,6)
# if GCC_OLDER_THAN(4,7)
# error Sorry, your gcc version is too old. You need at least version 4.6.
# endif
#else