Remove unnecessary check for python headers
We are not building python bindings anymore these days, we are using gobject-introspection.
This commit is contained in:
parent
db2ba3e579
commit
e58688fca0
@ -17,7 +17,6 @@ AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
|
|||||||
|
|
||||||
PYTHON=python2
|
PYTHON=python2
|
||||||
AM_PATH_PYTHON
|
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
|
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)
|
librsvg-2.0 xfixes xi x11 gconf-2.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user