Check for python 2.7+ in configure.ac

This commit is contained in:
Tim Rühsen 2016-01-04 20:41:24 +01:00
parent fd928da46e
commit f86094972a
2 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,8 @@ src/LICENSE.chromium.
Building from git
-----------------
You should have python2.7+ installed.
Download project and prepare sources with
git clone http://github.com/rockdaboot/libpsl

View File

@ -72,6 +72,9 @@ AS_IF([ test "$enable_man" != no ], [
AC_MSG_RESULT([no])
])
# src/make_dafsa.py needs python 2.7+
AM_PATH_PYTHON([2.7])
PKG_PROG_PKG_CONFIG
# Define these substitions here to keep all version information in one place.