]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Fix libdwfl compile issue in case none of the compression libraries are there.
authorMark Wielaard <mjw@redhat.com>
Mon, 11 Apr 2011 15:24:16 +0000 (17:24 +0200)
committerMark Wielaard <mjw@redhat.com>
Mon, 11 Apr 2011 15:24:16 +0000 (17:24 +0200)
commitdbb490fad0fb4924e7cd0ae3991dec1cda0de644
treef4fe973fdad8149ae1acb3a4a7c273bdb4b05ead
parent494275c0f41dea71d8ec5b97d01581c95fdfbbdb
Fix libdwfl compile issue in case none of the compression libraries are there.

    * linux-kernel-modules.c (vmlinux_suffixes): Guard definition
    by check for zlib, bzlib or lzma defines to check it isn't empty.
    (try_kernel_name): Use same guard for use of vmlinux_suffixes.
libdwfl/ChangeLog
libdwfl/linux-kernel-modules.c