OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/configure |
2 | +++ b/configure |
||
3 | @@ -254,7 +254,7 @@ check_selinux() |
||
4 | |||
5 | check_mnl() |
||
6 | { |
||
7 | - if ${PKG_CONFIG} libmnl --exists; then |
||
8 | + if [ "${HAVE_MNL}" = "y" ] && ${PKG_CONFIG} libmnl --exists; then |
||
9 | echo "HAVE_MNL:=y" >>$CONFIG |
||
10 | echo "yes" |
||
11 |