From b4b853e5e7a8d3bde7128215d19d76b26ce68a3f Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Thu, 8 Sep 2011 14:59:16 +0200 Subject: [PATCH] Do not require python and swig to be present Allows building without python and swig. Readd this using --enable-python at some point. --- configure.in | 5 ----- 1 file changed, 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 -- 2.40.0