summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-04-21 20:58:53 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-04-21 20:58:53 +0000
commit50c643f6ceca1dd1862f9ae05aa7f9cef186d3ed (patch)
tree8741bc7e402de2adffcea03f54887e01361d489f /Makefile.config
parent83cb85be93ffc1adbd64a9268349d44ec52a43b6 (diff)
downloadlibparserutils-50c643f6ceca1dd1862f9ae05aa7f9cef186d3ed.tar.gz
libparserutils-50c643f6ceca1dd1862f9ae05aa7f9cef186d3ed.tar.bz2
Require iconv by default, as this is the most useful configuration
svn path=/trunk/libparserutils/; revision=12215
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