mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:47:32 -04:00
remove spurious break
This commit is contained in:
parent
f0899e82c8
commit
6eed9cc033
2 changed files with 0 additions and 2 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -11798,7 +11798,6 @@ $as_echo_n "checking python module 'argparse'... " >&6; }
|
|||
if ${PYTHON:-false} -c "$testargparse"; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found, using $PYTHON" >&5
|
||||
$as_echo "found, using $PYTHON" >&6; }
|
||||
break
|
||||
else
|
||||
as_fn_error $? "not found" "$LINENO" 5
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -209,7 +209,6 @@ case "$use_python" in
|
|||
AC_MSG_CHECKING([python module 'argparse'])
|
||||
if ${PYTHON:-false} -c "$testargparse"; then
|
||||
AC_MSG_RESULT([found, using $PYTHON])
|
||||
break
|
||||
else
|
||||
AC_MSG_ERROR([not found])
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue