Do not require python and swig to be present

Allows building without python and swig. Readd this using --enable-python
at some point.
This commit is contained in:
Thomas Graf 2011-09-08 14:59:16 +02:00
parent f1d9e9d52d
commit b4b853e5e7

View file

@ -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