aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/ArchiveList.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/archive/ArchiveList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive/ArchiveList.cxx b/src/archive/ArchiveList.cxx
index 4a39ea8a5..089959c38 100644
--- a/src/archive/ArchiveList.cxx
+++ b/src/archive/ArchiveList.cxx
@@ -29,7 +29,7 @@
#include <string.h>
const ArchivePlugin *const archive_plugins[] = {
-#ifdef HAVE_BZ2
+#ifdef ENABLE_BZ2
&bz2_archive_plugin,
#endif
#ifdef ENABLE_ZZIP