doc: Require libunistring 0.9.3 in `README'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 10 Apr 2013 05:52:25 +0000 (07:52 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 10 Apr 2013 05:52:25 +0000 (07:52 +0200)
* README: Require libunistring 0.9.3.  The <unitypes.h> header in 0.9.1
  lacks the _UC_ATTRIBUTE_CONST definition, leading to build failures.

README

diff --git a/README b/README
index 480ef66..215f9e5 100644 (file)
--- 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