From 8fab855099f61de50df8d9cf5724fc0fa7203561 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Dec 2014 10:18:06 +0100 Subject: configure.ac: remove redundant declaration "HAVE_ISO9660" --- src/archive/ArchiveList.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3