From 50c643f6ceca1dd1862f9ae05aa7f9cef186d3ed Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 21 Apr 2011 20:58:53 +0000 Subject: Require iconv by default, as this is the most useful configuration svn path=/trunk/libparserutils/; revision=12215 --- Makefile.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.config') 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 -- cgit v1.2.3