From f443be6e744ac9be2ad48bd59432d5c2215d4e51 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 10 May 2011 12:17:33 +0200 Subject: python interface to netlink protocols currently includes experimental support for links, addresses and some traffic control --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 43150a7..00ad3ee 100644 --- a/configure.in +++ b/configure.in @@ -27,6 +27,11 @@ AM_PROG_LIBTOOL AM_PROG_LEX AC_PROG_YACC +AM_PATH_PYTHON(2.6) +AX_PKG_SWIG +AX_PYTHON_DEVEL +AX_SWIG_PYTHON + AC_C_CONST AC_C_INLINE -- cgit v1.2.1