[libvirt] [PATCH] build: Fix typo which causes build failure

Osier Yang jyang at redhat.com
Thu Sep 13 14:53:47 UTC 2012


On 2012年09月13日 20:14, Eric Blake wrote:
> On 09/12/2012 10:47 PM, Osier Yang wrote:
>> Pushed under build-breaker rule.
>
> What was the break?  This is the wrong fix, and should be reverted so
> that we can apply the correct fix.

same error as Guido. My machine is x86_64 + fc16, which netcf is linked
to libnl.so.1.

>
>> ---
>>   configure.ac |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 690de2a..b5666a5 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -2915,7 +2915,7 @@ if test "$with_linux" = "yes"; then
>>           fi
>>       done
>>       case $libnl_ldd:${LIBNL_CFLAGS+set} in
>> -        *libnl.so.1*:) ;;
>> +        *libnl.so.1*) ;;
>>           *)
>>           PKG_CHECK_MODULES([LIBNL], [libnl-3.0], [
>>               have_libnl=yes
>>
>




More information about the libvir-list mailing list