summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-01-12 01:52:43 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-01-12 01:52:43 +0000
commitb6119a4575ed3918795983c4645f04c9c7fc914e (patch)
treeb6d905ab0064e16cbaa0626a124791fc06feecab
parentcc8899bcfbf98afc09dedbd27b5874bb38a5f872 (diff)
downloadlibparserutils-b6119a4575ed3918795983c4645f04c9c7fc914e.tar.gz
libparserutils-b6119a4575ed3918795983c4645f04c9c7fc914e.tar.bz2
Fix iconv disablement documentation
svn path=/trunk/libparserutils/; revision=13402
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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.