diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure index d6ce3945256..629fe8ecf03 100755 --- a/configure +++ b/configure @@ -14786,6 +14786,12 @@ _ACEOF +if test "$ac_cv_header_stdbool_h" = yes -a "$ac_cv_sizeof_bool" = 1; then + +$as_echo "#define PG_USE_STDBOOL 1" >>confdefs.h + +fi + ## ## Functions, global variables |