summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-05-10 12:17:33 +0200
committerThomas Graf <tgraf@suug.ch>2011-05-10 12:17:33 +0200
commitf443be6e744ac9be2ad48bd59432d5c2215d4e51 (patch)
treef3d6920634ddeee7eef6c2a39f50a90f79698c5d /configure.in
parent023c66232704a5afe7c0e9e675b389649ea70bd4 (diff)
downloadlibnl-f443be6e744ac9be2ad48bd59432d5c2215d4e51.tar.gz
python interface to netlink protocols
currently includes experimental support for links, addresses and some traffic control
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
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