• R
    Fix link_addr detection · 7e120829
    Roman Bogorodskiy 提交于
    link_addr detection in configure always reports that
    link_addr is missing because it uses link_addr(NULL, NULL) in
    AC_LINK_IFELSE check with limited set of headers that doesn't
    define NULL.
    
    Fix by replacing 'NULL' with just '0'.
    7e120829
configure.ac 85.9 KB