diff options
author | Max Kellermann <max@duempel.org> | 2014-12-22 10:18:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-22 10:19:13 +0100 |
commit | 8fab855099f61de50df8d9cf5724fc0fa7203561 (patch) | |
tree | a5b1f537d3281bf5ad9e23806cc163e255f3fd56 /src/archive | |
parent | 062fef36f984bc40e824c0ce70d001e790383854 (diff) | |
download | mpd-8fab855099f61de50df8d9cf5724fc0fa7203561.tar.gz mpd-8fab855099f61de50df8d9cf5724fc0fa7203561.tar.xz mpd-8fab855099f61de50df8d9cf5724fc0fa7203561.zip |
configure.ac: remove redundant declaration "HAVE_ISO9660"
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 089959c38..904f640c3 100644 --- a/src/archive/ArchiveList.cxx +++ b/src/archive/ArchiveList.cxx @@ -35,7 +35,7 @@ const ArchivePlugin *const archive_plugins[] = { #ifdef ENABLE_ZZIP &zzip_archive_plugin, #endif -#ifdef HAVE_ISO9660 +#ifdef ENABLE_ISO9660 &iso9660_archive_plugin, #endif nullptr |