Skip python tests if python3 is not available

Reported-by: kdevel@vogtner.de
This commit is contained in:
Tim Ruehsen
2014-11-05 21:35:13 +01:00
committed by Tim Rühsen
parent 7259c30929
commit 831b9d1880
3 changed files with 15 additions and 2 deletions

View File

@@ -135,6 +135,12 @@ AC_AIX
gl_EARLY
dnl
dnl Find python3
dnl
AM_PATH_PYTHON([3.0],,[:])
AM_CONDITIONAL([HAVE_PYTHON3], [test "$PYTHON" != :])
dnl
dnl Gettext
dnl