cd5751c217
When you "autogen.pl --no-ompi", the AC_SIZEOF(bool) test is not run. But we *do* run AC_SIZEOF(_Bool), which is the equivalent. So switch the uses of SIZEOF_BOOL in the code base to be SIZEOF__BOOL, and it's all good.