commit | e8441a81f6c9f73bc8a25669003abffb40066703 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@jakma.org> | Tue Sep 15 16:15:27 2015 +0100 |
committer | Paul Jakma <paul@quagga.net> | Thu Sep 24 15:26:42 2015 +0100 |
tree | 4d15512b9a10d863fa831d9b611f1d9092ee74ae | |
parent | 7ef4221c3f85121edb68a6a54ebd6bb167408e47 [diff] [blame] |
build/lib: Check for and include stdbool.h by default * stdbool.h should be widely supported by now, and the 'bool' type makes more semantic sense than an integer type for boolean values.
diff --git a/configure.ac b/configure.ac index 6864a29..aa84ee5 100755 --- a/configure.ac +++ b/configure.ac
@@ -436,6 +436,7 @@ AC_HEADER_STDC AC_HEADER_TIME AC_HEADER_SYS_WAIT +AC_HEADER_STDBOOL dnl AC_TYPE_PID_T AC_TYPE_UID_T AC_TYPE_MODE_T