From: Roland McGrath Date: Fri, 8 Jun 2007 22:22:01 +0000 (+0000) Subject: 2007-06-08 Roland McGrath X-Git-Tag: elfutils-0.129~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55d34a5ac854be02fa10186182bc22685923c703;p=thirdparty%2Felfutils.git 2007-06-08 Roland McGrath * libdwflP.h: Fix #ifndef for config.h to use PACKAGE_NAME. --- diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 6e6407ae2..53286668a 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,7 @@ +2007-06-08 Roland McGrath + + * libdwflP.h: Fix #ifndef for config.h to use PACKAGE_NAME. + 2007-05-17 Roland McGrath * linux-kernel-modules.c (dwfl_linux_kernel_report_offline): Look at diff --git a/libdwfl/libdwflP.h b/libdwfl/libdwflP.h index 25e9a4e86..6de87abbf 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 #endif #include