aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-11-05 12:26:11 +0000
committerAlan Modra <amodra@gmail.com>2012-11-05 12:26:11 +0000
commite6f881072feacde4d554ea882335967884209089 (patch)
tree76b03a75ab1bddd47d50e79f0e53d05124337458 /binutils/configure.in
parentd17dce55671e34440a65ad06713db7c3ad4114dd (diff)
downloadfsf-binutils-gdb-e6f881072feacde4d554ea882335967884209089.zip
fsf-binutils-gdb-e6f881072feacde4d554ea882335967884209089.tar.gz
fsf-binutils-gdb-e6f881072feacde4d554ea882335967884209089.tar.bz2
* configure.in: Apply 2012-09-10 change to config.in here. Add
__CONFIG_H__ check. * config.in: Regenerate.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index e9852de..b4e493e 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -47,9 +47,10 @@ 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__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
# error config.h must be #included before system headers
-#endif])
+#endif
+#define __CONFIG_H__ 1])
if test -z "$target" ; then
AC_MSG_ERROR(Unrecognized target system type; please check config.sub.)