summaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-11-05 10:45:29 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-11-05 10:45:29 +0000
commit99a64a087ce6200b218937dfa1407c5c16becf4f (patch)
tree075a13faf57c87fb8e8d024ac40e58d3909c141b /bfd/configure.in
parentff140ad13f0a9e4050ecff0d756e4a7b15424fe8 (diff)
downloadbinutils-redhat-99a64a087ce6200b218937dfa1407c5c16becf4f.tar.gz
* configure.in: Apply 2012-09-10 change to config.in here.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index 6261aab959..f7e3929b12 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -121,7 +121,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])