summaryrefslogtreecommitdiff
path: root/liblangtag/README
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-02 15:28:26 -0500
committerAndras Timar <atimar@suse.com>2013-03-04 12:52:00 +0000
commit6398cf9f874cf0879151d70e9f63f7b8d53b30e0 (patch)
treeaeaccb3826d0bb2fd99dd5ec0886b0179d354329 /liblangtag/README
parent52db503897de94deae3121e1ce194c88b517f300 (diff)
do not require cygwin gcc
Change-Id: I29de91f2eeb5c9317271aecf861f64a3c8eff73f Reviewed-on: https://gerrit.libreoffice.org/2521 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'liblangtag/README')
-rw-r--r--liblangtag/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/liblangtag/README b/liblangtag/README
index 78946d5618aa..694daee093e6 100644
--- a/liblangtag/README
+++ b/liblangtag/README
@@ -1,6 +1 @@
From [http://tagoh.bitbucket.org/liblangtag/]. An interface for BCP47 language tags.
-
-Note that (as far a I recall) liblangtag is the only "bundled"
-(3rd-party) library we have that we configure and build also for MSVC
-using an autotools+libtool based mechanism. That is rather fragile and
-works maybe mostly by accident. So be careful not to break it.