configure.ac: remove redundant declaration "HAVE_ISO9660"

This commit is contained in:
Max Kellermann
2014-12-22 10:18:06 +01:00
parent 062fef36f9
commit 8fab855099
3 changed files with 2 additions and 5 deletions

View File

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