1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

build: Upse PYTHON_CONFIG env.variable when set

This adds up to Commit 6462e8dffc.
This commit is contained in:
Marian Csontos 2018-11-02 10:06:51 +01:00
parent 5a8db25e8a
commit 1a9a6f6474
2 changed files with 0 additions and 2 deletions

1
configure vendored
View File

@ -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

View File

@ -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