diff options
| author | Roland McGrath <[email protected]> | 2007-06-08 22:22:01 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2007-06-08 22:22:01 +0000 |
| commit | 55d34a5ac854be02fa10186182bc22685923c703 (patch) | |
| tree | 3ec89e2657ebc0a6b982f57093fb4034e3e97d1a | |
| parent | 0bc057c1f4fae4f9e28023e61b073489f6529850 (diff) | |
2007-06-08 Roland McGrath <[email protected]>
* libdwflP.h: Fix #ifndef for config.h to use PACKAGE_NAME.
| -rw-r--r-- | libdwfl/ChangeLog | 4 | ||||
| -rw-r--r-- | libdwfl/libdwflP.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 6e6407ae..53286668 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,7 @@ +2007-06-08 Roland McGrath <[email protected]> + + * libdwflP.h: Fix #ifndef for config.h to use PACKAGE_NAME. + 2007-05-17 Roland McGrath <[email protected]> * linux-kernel-modules.c (dwfl_linux_kernel_report_offline): Look at diff --git a/libdwfl/libdwflP.h b/libdwfl/libdwflP.h index 25e9a4e8..6de87abb 100644 --- a/libdwfl/libdwflP.h +++ b/libdwfl/libdwflP.h @@ -50,7 +50,7 @@ #ifndef _LIBDWFLP_H #define _LIBDWFLP_H 1 -#ifndef PACKAGE +#ifndef PACKAGE_NAME # include <config.h> #endif #include <libdwfl.h> |
