summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39d2d41..adc5a3f 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ INCLUDES += -I$(VDRDIR)/include
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
-ifdef BLOCK_LOGGING
+ifeq ($(BLOCK_LOGGING),1)
DEFINES += -DLOGGING
endif