From 0f0245625af906cee3f96ec139c6e1e3f580aa05 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Dec 2014 21:07:05 +0100 Subject: configure.ac: add macro MPD_ENABLE_AUTO_LIB --- src/archive/ArchiveList.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/archive/ArchiveList.cxx') diff --git a/src/archive/ArchiveList.cxx b/src/archive/ArchiveList.cxx index 4a39ea8a5..089959c38 100644 --- a/src/archive/ArchiveList.cxx +++ b/src/archive/ArchiveList.cxx @@ -29,7 +29,7 @@ #include const ArchivePlugin *const archive_plugins[] = { -#ifdef HAVE_BZ2 +#ifdef ENABLE_BZ2 &bz2_archive_plugin, #endif #ifdef ENABLE_ZZIP -- cgit v1.2.3