]> git.ipfire.org Git - thirdparty/elfutils.git/commit
configure.ac: Restore HAVE_LIBARCHIVE
authorAaron Merey <amerey@redhat.com>
Fri, 6 Sep 2024 22:32:41 +0000 (18:32 -0400)
committerAaron Merey <amerey@redhat.com>
Fri, 6 Sep 2024 22:43:06 +0000 (18:43 -0400)
commitb9fd1dda0ba6ddf7dd14ff6745ea3e884a2f553a
tree31984f6aaeb0a28e6b2d6350e796494257e45d3a
parentb853004e723d058f97362dbfdc40d1c49ea2ef51
configure.ac: Restore HAVE_LIBARCHIVE

src/srcfiles.cxx depends on the HAVE_LIBARCHIVE macro to enable
the srcfiles --zip option.  Defining this macro was accidentally
removed from configure.ac in commit 30b5592a3.

Signed-off-by: Aaron Merey <amerey@redhat.com>
configure.ac