From e58688fca04caaccf9d9ae6006e82ea7bece168d Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 28 Dec 2013 00:16:40 +0000 Subject: [PATCH] Remove unnecessary check for python headers We are not building python bindings anymore these days, we are using gobject-introspection. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2286b08f..397b1c14 100644 --- a/configure.ac +++ b/configure.ac @@ -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)