]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
2007-06-08 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@redhat.com>
Fri, 8 Jun 2007 22:22:01 +0000 (22:22 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 8 Jun 2007 22:22:01 +0000 (22:22 +0000)
* libdwflP.h: Fix #ifndef for config.h to use PACKAGE_NAME.

libdwfl/ChangeLog
libdwfl/libdwflP.h

index 6e6407ae25a1bb4ffec7e2860d46d73fdae906fc..53286668a3dae7017530a28db4075796ebec5de8 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-08  Roland McGrath  <roland@frob.com>
+
+       * libdwflP.h: Fix #ifndef for config.h to use PACKAGE_NAME.
+
 2007-05-17  Roland McGrath  <roland@redhat.com>
 
        * linux-kernel-modules.c (dwfl_linux_kernel_report_offline): Look at
index 25e9a4e8642637302b3a49460d4fb6f13b59b1fd..6de87abbfec5da2c83e9285a5496acfbc9dc2221 100644 (file)
@@ -50,7 +50,7 @@
 #ifndef _LIBDWFLP_H
 #define _LIBDWFLP_H    1
 
-#ifndef PACKAGE
+#ifndef PACKAGE_NAME
 # include <config.h>
 #endif
 #include <libdwfl.h>