summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@infradead.org>2011-09-08 14:59:16 +0200
committerThomas Graf <tgraf@infradead.org>2011-09-08 15:00:04 +0200
commitb4b853e5e7a8d3bde7128215d19d76b26ce68a3f (patch)
treed4989a40a5e8ec0d220db82b26128646eea7d0dc
parentf1d9e9d52d7751a09a744f3ad83613c6b025c230 (diff)
downloadlibnl-b4b853e5e7a8d3bde7128215d19d76b26ce68a3f.tar.gz
Do not require python and swig to be present
Allows building without python and swig. Readd this using --enable-python at some point.
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 7611e92..3406530 100644
--- a/configure.in
+++ b/configure.in
@@ -27,11 +27,6 @@ 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