From 3ac689401e7dae4e5224ece5955c03f2a84bd6d4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Jul 2016 11:30:30 -0400 Subject: Fix construction of URIs with UTF-8 characters --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 5fcd76e..a44d924 100644 --- a/wscript +++ b/wscript @@ -63,7 +63,7 @@ def configure(conf): conf.check_cc(lib='gcov', define_name='HAVE_GCOV', mandatory=False) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', - atleast_version='0.18.0', mandatory=True) + atleast_version='0.22.4', mandatory=True) autowaf.check_pkg(conf, 'libpcre', uselib_store='PCRE', mandatory=False) if conf.env.HAVE_PCRE: -- cgit v1.2.1