From 6462e8dffc7ed53973ce796cec18fecc0fb89d77 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Wed, 10 Oct 2018 12:40:09 +0200 Subject: [PATCH] build: Use PYTHON env. variable when provided --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 3e1d5d75b..286733cf8 100755 --- a/configure +++ b/configure @@ -11638,7 +11638,7 @@ fi ################################################################################ if test "$BUILD_LVMDBUSD" = yes; then - unset PYTHON PYTHON_CONFIG + unset PYTHON_CONFIG unset am_cv_pathless_PYTHON ac_cv_path_PYTHON am_cv_python_platform unset am_cv_python_pythondir am_cv_python_version am_cv_python_pyexecdir unset ac_cv_path_PYTHON_CONFIG ac_cv_path_ac_pt_PYTHON_CONFIG diff --git a/configure.ac b/configure.ac index 32cd9218f..c5d3207d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1151,7 +1151,7 @@ AS_IF([test "$NOTIFYDBUS_SUPPORT" = yes && test "BUILD_LVMDBUSD" = yes], dnl -- Enable Python dbus library if test "$BUILD_LVMDBUSD" = yes; then - unset PYTHON PYTHON_CONFIG + unset PYTHON_CONFIG unset am_cv_pathless_PYTHON ac_cv_path_PYTHON am_cv_python_platform unset am_cv_python_pythondir am_cv_python_version am_cv_python_pyexecdir unset ac_cv_path_PYTHON_CONFIG ac_cv_path_ac_pt_PYTHON_CONFIG -- 2.43.5