[Spice-devel] [PATCH spice-server v2 8/8] configure: spice-protocol >= 0.10.1 (mini header support)

Yonit Halperin yhalperi at redhat.com
Wed Jan 11 00:31:08 PST 2012


On 01/10/2012 03:26 PM, Alon Levy wrote:
> On Tue, Jan 10, 2012 at 01:25:22PM +0200, Yonit Halperin wrote:
>> ---
>>   configure.ac |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 861e939..5c8038e 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -132,7 +132,7 @@ AM_CONDITIONAL(SUPPORT_CLIENT, test "x$enable_client" = "xyes")
>>   dnl =========================================================================
>>   dnl Check deps
>>
>> -PKG_CHECK_MODULES(PROTOCOL, spice-protocol>= 0.9.1)
>> +PKG_CHECK_MODULES(PROTOCOL, spice-protocol>= 0.10.0)
>
> should be>= 0.10.1
>
oops :), we should have a script that checks if the commit msg aligns 
with the commit itself. Or better, generates the commit according to the 
msg.
>>   AC_SUBST(PROTOCOL_CFLAGS)
>>
>>   AC_CHECK_LIBM
>> --
>> 1.7.6.4
>>



More information about the Spice-devel mailing list