summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-04-10 07:52:25 +0200
committerLudovic Courtès <ludo@gnu.org>2013-04-10 07:52:25 +0200
commit800c094382c2e506c46c6e98e7b867d3df2e066f (patch)
treecd4e03532b3292f6e250e7ef8e07601bce90542b
parent039300a1ebee116082d50d61e6b3aeafc8a741ec (diff)
downloadguile-800c094382c2e506c46c6e98e7b867d3df2e066f.tar.gz
doc: Require libunistring 0.9.3 in `README'.
* README: Require libunistring 0.9.3. The <unitypes.h> header in 0.9.1 lacks the _UC_ATTRIBUTE_CONST definition, leading to build failures.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 480ef66c1..215f9e53e 100644
--- a/README
+++ b/README
@@ -72,7 +72,7 @@ Guile requires the following external packages:
libltdl is used for loading extensions at run-time. It is
available from http://www.gnu.org/software/libtool/ .
- - GNU libunistring
+ - GNU libunistring, at least version 0.9.3
libunistring is used for Unicode string operations, such as the
`utf*->string' procedures. It is available from