aboutsummaryrefslogtreecommitdiff
path: root/src/archive_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/archive_list.c')
-rw-r--r--src/archive_list.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/archive_list.c b/src/archive_list.c
index e23567bd..2cdb750c 100644
--- a/src/archive_list.c
+++ b/src/archive_list.c
@@ -29,13 +29,13 @@
#include <glib.h>
const struct archive_plugin *const archive_plugins[] = {
-#ifdef HAVE_BZ2
+#if CONFIG_BZ2_ARCHIVE
&bz2_archive_plugin,
#endif
-#ifdef HAVE_ZZIP
+#if CONFIG_ZZIP_ARCHIVE
&zzip_archive_plugin,
#endif
-#ifdef HAVE_ISO9660
+#if CONFIG_ISO9660_ARCHIVE
&iso9660_archive_plugin,
#endif
NULL