* bfd-in.h: Check for PACKAGE or PACKAGE_VERSION before
	complaining about config.h not having been included.
	* bfd-in2.h: Regenerate.
This commit is contained in:
Nick Clifton 2012-05-18 10:29:12 +00:00
parent 9ff2f2af64
commit 0bee45d9e7
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2012-05-18 Nick Clifton <nickc@redhat.com>
PR 14072
* bfd-in.h: Check for PACKAGE or PACKAGE_VERSION before
complaining about config.h not having been included.
* bfd-in2.h: Regenerate.
2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
* aclocal.m4: Regenerate.

View File

@ -25,7 +25,8 @@
#ifndef __BFD_H_SEEN__
#define __BFD_H_SEEN__
#ifndef PACKAGE
/* PR 14072: Ensure that config.h is included first. */
#if !defined PACKAGE && !defined PACKAGE_VERSION
#error config.h must be included before this header
#endif

View File

@ -32,7 +32,8 @@
#ifndef __BFD_H_SEEN__
#define __BFD_H_SEEN__
#ifndef PACKAGE
/* PR 14072: Ensure that config.h is included first. */
#if !defined PACKAGE && !defined PACKAGE_VERSION
#error config.h must be included before this header
#endif