- Fix #1092: Ubuntu 22.04 Jammy fails to compile unbound 1.20.0; by

adding helpful text for the Python interpreter version and allowing
  the default pkg-config unavailability error message to be shown.
- autoconf.
This commit is contained in:
Yorgos Thessalonikefs
2024-06-19 15:27:50 +02:00
parent 08050dc939
commit 902c79608c
4 changed files with 57 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ AC_DEFUN([AC_PYTHON_DEVEL],[
AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]])
if test -z "$PYTHON"; then
AC_MSG_ERROR([Cannot find python$PYTHON_VERSION in your system path])
AC_MSG_ERROR([Cannot find 'python$PYTHON_VERSION' in your system path. You can use the environment variable 'PYTHON_VERSION=version_number' for an explicit version.])
PYTHON_VERSION=""
fi