Don't run 64-bit format string probe under C99

Feature tests for format strings can't be compile-only but require
execution of a test program which breaks when cross-compiling. But if
C99's inttypes.h is available, there's no need for a probe at all.
1 file changed