diff options
author | Max Kellermann <max@duempel.org> | 2014-12-09 21:07:05 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-09 21:19:09 +0100 |
commit | 0f0245625af906cee3f96ec139c6e1e3f580aa05 (patch) | |
tree | 29997d838407fe7d3027ee5c16d1ab10e1dbaaf6 /src/archive | |
parent | 8583689fa4623431472c49f34c6f8ac2710cacc8 (diff) | |
download | mpd-0f0245625af906cee3f96ec139c6e1e3f580aa05.tar.gz mpd-0f0245625af906cee3f96ec139c6e1e3f580aa05.tar.xz mpd-0f0245625af906cee3f96ec139c6e1e3f580aa05.zip |
configure.ac: add macro MPD_ENABLE_AUTO_LIB
Diffstat (limited to 'src/archive')
-rw-r--r-- | src/archive/ArchiveList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string.h> const ArchivePlugin *const archive_plugins[] = { -#ifdef HAVE_BZ2 +#ifdef ENABLE_BZ2 &bz2_archive_plugin, #endif #ifdef ENABLE_ZZIP |