From f171d1cf8a6530fe0ac204d4a6520fe0e2a70da4 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 21 Jun 2013 15:27:11 +0200 Subject: 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 --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') 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])) -- cgit v1.2.3