PR 14072
* 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:
parent
9ff2f2af64
commit
0bee45d9e7
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user