configure.ac: add macro MPD_ENABLE_AUTO_LIB

This commit is contained in:
Max Kellermann
2014-12-09 21:07:05 +01:00
parent 8583689fa4
commit 0f0245625a
6 changed files with 24 additions and 51 deletions

View File

@@ -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