autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can you spot the error?


From: Eric Blake
Subject: Re: Can you spot the error?
Date: Thu, 03 Apr 2014 08:26:27 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 04/03/2014 07:35 AM, Philipp Thomas wrote:

>       if test "$have_libnl" = no; then
>               PKG_CHECK_MODULES([LIBNL], [libnl-1], [have_libnl=yes
>                                 AC_DEFINE([HAVE_LIBNL1], [1], [Use libnl-1])
>                                 AC_DEFINE([HAVE_LIBNL], [1],  [Use libnl])
>                                 AC_CHECK_LIB(nl, rtnl_link_vlan_get_id, [],
>                                       AC_MSG_ERROR([rtnl_link_vlan_get_id not 
> found.  libibverbs requires libnl.]))

This AC_MSG_ERROR line is missing quoting.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]