From 1a9a6f647413801b96a5b584f97964f99cbaf114 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Fri, 2 Nov 2018 10:06:51 +0100 Subject: [PATCH] build: Upse PYTHON_CONFIG env.variable when set This adds up to Commit 6462e8dffc7ed53973ce796cec18fecc0fb89d77. --- configure | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-) diff --git a/configure b/configure index efd438cf2..66acdb2ee 100755 --- a/configure +++ b/configure @@ -11664,7 +11664,6 @@ fi ################################################################################ if test "$BUILD_LVMDBUSD" = yes; then - 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 3b6842df9..36d6bc898 100644 --- a/configure.ac +++ b/configure.ac @@ -1154,7 +1154,6 @@ AS_IF([test "$NOTIFYDBUS_SUPPORT" = yes && test "BUILD_LVMDBUSD" = yes], dnl -- Enable Python dbus library if test "$BUILD_LVMDBUSD" = yes; then - 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