* config.in: Disable sanity check for kfreebsd.

This commit is contained in:
Alan Modra
2012-09-10 22:30:57 +00:00
parent 2fa15f237d
commit 00716ab174
12 changed files with 30 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
/* Check that config.h is #included before system headers
(this works only for glibc, but that should be enough). */
#if defined(__GLIBC__)
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__)
# error config.h must be #included before system headers
#endif