commit | e6a5b88c01420366a70e0c9ae1775fb3c930cb8b | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu May 05 16:24:42 2011 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu May 05 16:24:42 2011 -0400 |
tree | 7a6f2b9ca3e9f6ca63f60267518d5975af064695 | |
parent | 3935af1c0d0f53a5fd6054e1ee219f3adda42dca [diff] [blame] |
Fix build with older glib
diff --git a/configure.ac b/configure.ac index ad2d2be..e5147ca 100644 --- a/configure.ac +++ b/configure.ac
@@ -39,7 +39,7 @@ dnl ========================================================================== -PKG_CHECK_MODULES(GLIB, glib-2.0, have_glib=true, have_glib=false) +PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.16, have_glib=true, have_glib=false) if $have_glib; then AC_DEFINE(HAVE_GLIB, 1, [Have glib2 library]) fi