projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d3e6ab
)
Require glib >= 2.38.0 for G_TEST_DIST
author
Behdad Esfahbod
<behdad@behdad.org>
Tue, 27 Sep 2016 15:56:35 +0000
(17:56 +0200)
committer
Behdad Esfahbod
<behdad@behdad.org>
Tue, 27 Sep 2016 15:56:35 +0000
(17:56 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 57e9e6db67f426f0ee47ad3a20de8819872f3f6c..4c3d402d6dc6f806f9883ece73c000dbce14e85a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-145,7
+145,7
@@
AC_ARG_WITH(glib,
[Use glib @<:@default=auto@:>@])],,
[with_glib=auto])
have_glib=false
-GLIB_DEPS="glib-2.0 >= 2.
16
"
+GLIB_DEPS="glib-2.0 >= 2.
38
"
AC_SUBST(GLIB_DEPS)
if test "x$with_glib" = "xyes" -o "x$with_glib" = "xauto"; then
PKG_CHECK_MODULES(GLIB, $GLIB_DEPS, have_glib=true, :)