Re: Can you spot the error?

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

 



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

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux