]> sourceware.org Git - lvm2.git/commitdiff
build: Use PYTHON env. variable when provided
authorMarian Csontos <mcsontos@redhat.com>
Wed, 10 Oct 2018 10:40:09 +0000 (12:40 +0200)
committerMarian Csontos <mcsontos@redhat.com>
Wed, 10 Oct 2018 11:27:16 +0000 (13:27 +0200)
configure
configure.ac

index 3e1d5d75bc7d3f0185d2ad67353a0ab892e3c1cc..286733cf8839f253eeb03dfaf6ce06891e81b6aa 100755 (executable)
--- 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
index 32cd9218f6f9847544f531f1d60684a35339798f..c5d3207d9244669e4c41212eeea33c4f1a4987b9 100644 (file)
@@ -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
This page took 0.079489 seconds and 5 git commands to generate.