mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
Skip python tests if python3 is not available
Reported-by: kdevel@vogtner.de
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user