On Friday 27 April 2012 09:29:13 Sergey Senozhatsky wrote:
> --- a/configure.ac
> +++ b/configure.ac
> 
>  PKG_CHECK_MODULES([LIBNIL], [libnl-1],[],[
> -       PKG_CHECK_MODULES([LIBNIL], [libnl-2.0],[] ,[
> -               PKG_CHECK_MODULES([LIBNIL], [libnl-3.0],[] 
> ,[AC_MSG_ERROR([libnl is required but was not found])])
> +       PKG_CHECK_MODULES([LIBNIL], 
> [libnl-2.0],[AC_DEFINE([HAVE_LIBNL20],[1],[Define if you have libnl-2.0 or 
> higher])] ,[
> +               PKG_CHECK_MODULES([LIBNIL], [libnl-3.0, 
> libnl-genl-3.0],[AC_DEFINE([HAVE_LIBNL20],[1],[Define if you have libnl-3.0 
> or higher])] ,[AC_MSG_ERROR([libnl is required but was not found])])
>         ])
>  ])

that really needs some line wrapping

i don't think there should be a comma between libnl-3.0 and libnl-genl-3.0
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Power mailing list
Power@bughost.org
https://bughost.org/mailman/listinfo/power

Reply via email to