diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-06-21 15:27:11 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-06-24 11:50:00 +0200 |
commit | f171d1cf8a6530fe0ac204d4a6520fe0e2a70da4 (patch) | |
tree | 103ff0474cbf29352ef7111d3f195cb2705a8229 /configure.ac | |
parent | dcfc4fc78b4a50e98d33746aa06145cf25f2f438 (diff) |
meta: replace rtnl_tc_handle2str and rtnl_tc_str2handle
Provide replacements for rtnl_tc_handle2str and rtnl_tc_str2handle,
it removes the dependency with libnl-route.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d8a850cf..316d043e 100644 --- a/configure.ac +++ b/configure.ac @@ -55,9 +55,6 @@ AC_CHECK_LIB([nl], [nl_socket_alloc], , AC_CHECK_LIB([nl-nf], [nfnl_nft_rule_alloc], , AC_MSG_ERROR([No suitable version of libnl-nf found])) -AC_CHECK_LIB([nl-route], [rtnl_link_alloc], , - AC_MSG_ERROR([No suitable version of libnl-route found])) - AC_CHECK_LIB([gmp], [__gmpz_init], , AC_MSG_ERROR([No suitable version of libgmp found])) |