aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-22 10:18:06 +0100
committerMax Kellermann <max@duempel.org>2014-12-22 10:19:13 +0100
commit8fab855099f61de50df8d9cf5724fc0fa7203561 (patch)
treea5b1f537d3281bf5ad9e23806cc163e255f3fd56 /Makefile.am
parent062fef36f984bc40e824c0ce70d001e790383854 (diff)
downloadmpd-8fab855099f61de50df8d9cf5724fc0fa7203561.tar.gz
mpd-8fab855099f61de50df8d9cf5724fc0fa7203561.tar.xz
mpd-8fab855099f61de50df8d9cf5724fc0fa7203561.zip
configure.ac: remove redundant declaration "HAVE_ISO9660"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 46dac5fb8..5904019ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -753,7 +753,7 @@ libarchive_a_SOURCES += \
src/archive/plugins/ZzipArchivePlugin.hxx
endif
-if HAVE_ISO9660
+if ENABLE_ISO9660
libarchive_a_SOURCES += \
src/archive/plugins/Iso9660ArchivePlugin.cxx \
src/archive/plugins/Iso9660ArchivePlugin.hxx