On (05/07/12 14:26), Chris Ferron wrote:
> So i just got the patch applied clean, and I see the same thing.
> Looks like HAVE_LIBNL20 is getting set to 1, even if you have ver < 2.
> I have a spotty internet connection, so my work is going slow.
> Must be something simple in the configure.ac for libnl checking.
> -C
>

I think the error is in has_libnl_ver checks. Probably the right ones
are:

 if (test "$has_libnl_ver" -eq 0); then
         AC_MSG_ERROR(libnl is required but not found)
 fi
 if (test "$has_libnl_ver" -gt 1); then
         AC_DEFINE([HAVE_LIBNL20], [1], [Define if you have libnl-2.0 or 
higher])
 fi                                                                             
                                                                                
                                                                

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

Reply via email to