[libvirt] [PATCH] configure: improve misleading libnl missing error message

Eric Blake eblake at redhat.com
Wed Dec 8 02:05:14 UTC 2010


On 12/07/2010 05:40 PM, Justin Clift wrote:
> This fixes a misleading error message saying the libnl package
> needs to be installed, when it's really the libnl-devel package
> needing to be installed.
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index d26bc68..dde2cde 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2215,7 +2215,7 @@ LIBNL_LIBS=""
>  if test "$with_macvtap" = "yes"; then
>      PKG_CHECK_MODULES([LIBNL], [libnl-1 >= $LIBNL_REQUIRED], [
>      ], [
> -        AC_MSG_ERROR([libnl >= $LIBNL_REQUIRED is required for macvtap support])
> +        AC_MSG_ERROR([libnl-devel >= $LIBNL_REQUIRED is required for macvtap support])

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20101207/de8c1e59/attachment-0001.sig>


More information about the libvir-list mailing list