From d17dce55671e34440a65ad06713db7c3ad4114dd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 5 Nov 2012 10:45:32 +0000 Subject: * configure.in: Apply 2012-09-10 change to config.in here. --- ld/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/configure.in') diff --git a/ld/configure.in b/ld/configure.in index 97a5133..34d1b96 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -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]) -- cgit v1.1