You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure: check usability of <stdckdint.h>, not only its existence
Some FreeBSD systems have <stdckdint.h>, but it cannot be compiled
with C++ compilers. Configure now checks whether `ckd_*` functions
can be compiled, and leave I_STDCKDINT undefined if the compilation
failed.
Will fix GH #23725 (d51aa1a build-time failure with clang++ and g++).
0 commit comments