summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config
index e2a29ff..15c0a48 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -1,7 +1,7 @@
# Configuration Makefile fragment
-# Use iconv directly in the input filter
-# CFLAGS := $(CFLAGS) -DWITH_ICONV_FILTER
+# Disable use of iconv in the input filter
+# CFLAGS := $(CFLAGS) -DWITHOUT_ICONV_FILTER
# Cater for local configuration changes
-include Makefile.config.override