Check for python 2.7+ in configure.ac
This commit is contained in:
parent
fd928da46e
commit
f86094972a
|
@ -82,6 +82,8 @@ src/LICENSE.chromium.
|
||||||
Building from git
|
Building from git
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
You should have python2.7+ installed.
|
||||||
|
|
||||||
Download project and prepare sources with
|
Download project and prepare sources with
|
||||||
|
|
||||||
git clone http://github.com/rockdaboot/libpsl
|
git clone http://github.com/rockdaboot/libpsl
|
||||||
|
|
|
@ -72,6 +72,9 @@ AS_IF([ test "$enable_man" != no ], [
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
# src/make_dafsa.py needs python 2.7+
|
||||||
|
AM_PATH_PYTHON([2.7])
|
||||||
|
|
||||||
PKG_PROG_PKG_CONFIG
|
PKG_PROG_PKG_CONFIG
|
||||||
|
|
||||||
# Define these substitions here to keep all version information in one place.
|
# Define these substitions here to keep all version information in one place.
|
||||||
|
|
Loading…
Reference in New Issue