Paul Eggert <egg...@cs.ucla.edu> writes: > That's fine, but Gnulib does have a portable way to see whether the > C++ compiler works properly with <stdckdint.h>. Namely, compile a > little <stdckdint.h> test with the C++ compiler and if that compiles > OK, do not generate stdckdint.h. > > In general we're better off if we don't second-guess a working > implementation.
Ah, okay, now I see what you mean. I write a m4/stdckdint_h.m4 file later to add compile checks for the header. Collin