]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove spurious breaks
authorMark Andrews <marka@isc.org>
Fri, 29 Jul 2016 13:55:52 +0000 (23:55 +1000)
committerMark Andrews <marka@isc.org>
Fri, 29 Jul 2016 13:55:52 +0000 (23:55 +1000)
configure
configure.in

index 7554d263cc430973a60705e40e615ab9fb77383a..09227423fba7f289f25079f100682e5dddf58c1c 100755 (executable)
--- a/configure
+++ b/configure
@@ -11988,7 +11988,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
@@ -11997,7 +11996,6 @@ $as_echo_n "checking python module 'ply'... " >&6; }
                        if ${PYTHON:-false} -c "$testply"; 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
index d81388eea3ce2ba78453e00b482a8f7effc42e9b..d3509c0a3b9818441e9ca994403982d102ff154b 100644 (file)
@@ -275,14 +275,12 @@ 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
                        AC_MSG_CHECKING([python module 'ply'])
                        if ${PYTHON:-false} -c "$testply"; then
                                AC_MSG_RESULT([found, using $PYTHON])
-                               break
                        else
                                AC_MSG_ERROR([not found])
                        fi