* config.in: Disable sanity check for kfreebsd.
[deliverable/binutils-gdb.git] / bfd / config.in
index 20b619dd0dc1c3b72641d54340b519cac84f74a6..2fc4897ea9d2c31b866807178ec92224d8e0596c 100644 (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__) && !defined(__CONFIG_H__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
 #  error config.h must be #included before system headers
 #endif
 #define __CONFIG_H__ 1
This page took 0.027361 seconds and 4 git commands to generate.