diff options
author | Jussi Kukkonen <jku@openedhand.com> | 2008-06-04 08:16:57 +0000 |
---|---|---|
committer | Jussi Kukkonen <jku@openedhand.com> | 2008-06-04 08:16:57 +0000 |
commit | 7bf51064c322ece35235144f8255834a34292041 (patch) | |
tree | b4d24eb96f5d68b59f8a1a70735e1589ed2e7f2c /configure.ac | |
parent | 6319e2897e95dc771b054c151b343dfdc2539edf (diff) | |
download | gupnp-vala-7bf51064c322ece35235144f8255834a34292041.tar.gz |
bump vala requirement to 0.3.3.
Update server-test to new RootDevice API
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/bindings/gupnp-vala@1026 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 198cac1..faaa982 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ if test "x$PKG_CONFIG" = "xno"; then AC_MSG_ERROR([Cannot find the "pkg-config" program in your PATH]) fi -PKG_CHECK_MODULES(VALA, [vala-1.0 >= 0.3.2]) +PKG_CHECK_MODULES(VALA, [vala-1.0 >= 0.3.3]) PKG_CHECK_MODULES(GSSDP, [gssdp-1.0 >= 0.6]) PKG_CHECK_MODULES(GUPNP, [gupnp-1.0 >= 0.10],) PKG_CHECK_MODULES(GUPNP_UI, [gupnp-ui-1.0 >= 0.1],) |