Commit 9f09ee5
committed
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++).1 parent 815d0d1 commit 9f09ee5
1 file changed
+35
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24228 | 24228 | | |
24229 | 24229 | | |
24230 | 24230 | | |
24231 | | - | |
24232 | | - | |
| 24231 | + | |
| 24232 | + | |
| 24233 | + | |
| 24234 | + | |
| 24235 | + | |
| 24236 | + | |
| 24237 | + | |
| 24238 | + | |
| 24239 | + | |
| 24240 | + | |
| 24241 | + | |
| 24242 | + | |
| 24243 | + | |
| 24244 | + | |
| 24245 | + | |
| 24246 | + | |
| 24247 | + | |
| 24248 | + | |
| 24249 | + | |
| 24250 | + | |
| 24251 | + | |
| 24252 | + | |
| 24253 | + | |
| 24254 | + | |
| 24255 | + | |
| 24256 | + | |
| 24257 | + | |
| 24258 | + | |
| 24259 | + | |
| 24260 | + | |
| 24261 | + | |
| 24262 | + | |
| 24263 | + | |
| 24264 | + | |
| 24265 | + | |
24233 | 24266 | | |
24234 | 24267 | | |
24235 | 24268 | | |
| |||
0 commit comments