From 39e470e8cb94769b25938d4cafed386fe8b08ab4 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Mon, 10 Mar 2014 04:05:44 +0000 Subject: Follow best practices, explicitly require python2 (fixes ArchLinux). --- diff --git a/configure.ac b/configure.ac index cb7806d..2f4aca4 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,7 @@ AC_PROG_LIBTOOL GNOME_COMPILE_WARNINGS(maximum) +PYTHON=python2 AM_PATH_PYTHON AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)]) -- cgit v0.9.1