mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
build: Upse PYTHON_CONFIG env.variable when set
This adds up to Commit 6462e8dffc
.
This commit is contained in:
parent
73687b7b75
commit
92b0d014aa
1
configure
vendored
1
configure
vendored
@ -11664,7 +11664,6 @@ fi
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
if test "$BUILD_LVMDBUSD" = yes; then
|
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_pathless_PYTHON ac_cv_path_PYTHON am_cv_python_platform
|
||||||
unset am_cv_python_pythondir am_cv_python_version am_cv_python_pyexecdir
|
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
|
unset ac_cv_path_PYTHON_CONFIG ac_cv_path_ac_pt_PYTHON_CONFIG
|
||||||
|
@ -1172,7 +1172,6 @@ AS_IF([test "$NOTIFYDBUS_SUPPORT" = yes && test "BUILD_LVMDBUSD" = yes],
|
|||||||
dnl -- Enable Python dbus library
|
dnl -- Enable Python dbus library
|
||||||
|
|
||||||
if test "$BUILD_LVMDBUSD" = yes; then
|
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_pathless_PYTHON ac_cv_path_PYTHON am_cv_python_platform
|
||||||
unset am_cv_python_pythondir am_cv_python_version am_cv_python_pyexecdir
|
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
|
unset ac_cv_path_PYTHON_CONFIG ac_cv_path_ac_pt_PYTHON_CONFIG
|
||||||
|
Loading…
Reference in New Issue
Block a user