ld/
[deliverable/binutils-gdb.git] / ld / configure.in
index 97a513360fccb473959929f078dfef51afb494d1..34d1b96878bfeda7bcace1280d3d8fd66bb18b85 100644 (file)
@@ -128,7 +128,7 @@ AC_CONFIG_HEADERS([config.h:config.in])
 AH_VERBATIM([00_CONFIG_H_CHECK],
 [/* 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.022615 seconds and 4 git commands to generate.