mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
fixed test == bugs for PYTHON
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -11843,7 +11843,7 @@ fi
|
|||||||
test -n "$PYTHON" && break
|
test -n "$PYTHON" && break
|
||||||
done
|
done
|
||||||
|
|
||||||
if test "X$PYTHON" == "X"; then
|
if test "X$PYTHON" = "X"; then
|
||||||
continue;
|
continue;
|
||||||
fi
|
fi
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking python module 'argparse'" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking python module 'argparse'" >&5
|
||||||
@@ -11858,7 +11858,7 @@ $as_echo "not found" >&6; }
|
|||||||
unset ac_cv_path_PYTHON
|
unset ac_cv_path_PYTHON
|
||||||
unset PYTHON
|
unset PYTHON
|
||||||
done
|
done
|
||||||
if test "X$PYTHON" == "X"
|
if test "X$PYTHON" = "X"
|
||||||
then
|
then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for python support" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for python support" >&5
|
||||||
$as_echo_n "checking for python support... " >&6; }
|
$as_echo_n "checking for python support... " >&6; }
|
||||||
|
@@ -236,7 +236,7 @@ case "$use_python" in
|
|||||||
for p in $python
|
for p in $python
|
||||||
do
|
do
|
||||||
AC_PATH_PROGS(PYTHON, $p)
|
AC_PATH_PROGS(PYTHON, $p)
|
||||||
if test "X$PYTHON" == "X"; then
|
if test "X$PYTHON" = "X"; then
|
||||||
continue;
|
continue;
|
||||||
fi
|
fi
|
||||||
AC_MSG_CHECKING([python module 'argparse'])
|
AC_MSG_CHECKING([python module 'argparse'])
|
||||||
@@ -248,7 +248,7 @@ case "$use_python" in
|
|||||||
unset ac_cv_path_PYTHON
|
unset ac_cv_path_PYTHON
|
||||||
unset PYTHON
|
unset PYTHON
|
||||||
done
|
done
|
||||||
if test "X$PYTHON" == "X"
|
if test "X$PYTHON" = "X"
|
||||||
then
|
then
|
||||||
AC_MSG_CHECKING([for python support])
|
AC_MSG_CHECKING([for python support])
|
||||||
case "$use_python" in
|
case "$use_python" in
|
||||||
|
Reference in New Issue
Block a user