539b1be Provide libnl3 support

6 files Authored by Ondrej Kos 11 years ago, Committed by jhrozek 11 years ago,
    Provide libnl3 support
    
    https://fedorahosted.org/sssd/ticket/812
    
    Update the monitor code to be using the new libnl3 API.
    
    Changed configure option
    --with-libnl
    
    By default, it tries to build with libnl3, if not found, then with
    libnl1, if this isn't found either, build proceeds without libnl, just
    with warning.
    
    Specifing --with-libnl=<libnl3|libnl1|no> checks for the specific given
    version, if not found, configure ends with error.
    
        
file modified
+1 -1
file modified
+2 -5
file modified
+3 -1
file modified
+28 -3
file modified
+73 -25
file modified
+100 -50