From b6119a4575ed3918795983c4645f04c9c7fc914e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 12 Jan 2012 01:52:43 +0000 Subject: Fix iconv disablement documentation svn path=/trunk/libparserutils/; revision=13402 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 36c3cf0..a418932 100644 --- a/README +++ b/README @@ -117,7 +117,7 @@ Disabling iconv() support To disable iconv() support in libparserutils, do the following: $ echo "CFLAGS += -DWITHOUT_ICONV_FILTER" \ - >build/Makefile.config.override + >Makefile.config.override Then build libparserutils as normal. -- cgit v1.2.3