diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-12-19 14:44:26 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-12-19 14:44:26 +0100 |
commit | e5077357b0929e043835ef11e03ace45edaf454e (patch) | |
tree | 5b4f032e24ee019552f434fff8b69c3d17aab336 /configure.ac | |
parent | 1ce8a99930bc2183d4b896a587db749d617101db (diff) | |
download | spice-gtk-e5077357b0929e043835ef11e03ace45edaf454e.tar.gz spice-gtk-e5077357b0929e043835ef11e03ace45edaf454e.tar.xz spice-gtk-e5077357b0929e043835ef11e03ace45edaf454e.zip |
build: depends on spice-protocol 0.9.1
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 a7619c1..44c30d6 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_CHECK_HEADERS([sys/socket.h netinet/in.h arpa/inet.h]) dnl ========================================================================= dnl Chek optional features -PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.9.0) +PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.9.1) AC_SUBST(PROTOCOL_CFLAGS) AC_CHECK_LIBM |