From: Stephane Delcroix Date: Fri, 24 Apr 2009 08:12:05 +0000 (+0200) Subject: depend on gapi-2.0 >= 2.13.90 (r132561) so constructors treated as static factory... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=432205b9be16673ffefe8d520694332fe80899f9;p=libchamplain depend on gapi-2.0 >= 2.13.90 (r132561) so constructors treated as static factory methods can be renamed --- diff --git a/configure.ac b/configure.ac index 243595a..471a047 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,7 @@ if test x$enable_managed = xyes; then AC_PATH_PROG(GACUTIL, gacutil) AC_SUBST(GACUTIL) - PKG_CHECK_MODULES(GAPI, gapi-2.0 >= 2.12.1) + PKG_CHECK_MODULES(GAPI, gapi-2.0 >= 2.13.90) AC_PATH_PROG(GAPI_PARSER, gapi2-parser) AC_SUBST(GAPI_PARSER)