Remove unnecessary check for python headers

We are not building python bindings anymore these days,
we are using gobject-introspection.
master
Daniel Narvaez 10 years ago
parent db2ba3e579
commit e58688fca0

@ -17,7 +17,6 @@ AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
PYTHON=python2
AM_PATH_PYTHON
AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
PKG_CHECK_MODULES(EXT, gtk+-3.0 gdk-3.0 gdk-pixbuf-2.0 sm ice alsa
librsvg-2.0 xfixes xi x11 gconf-2.0)

Loading…
Cancel
Save