From 6eed9cc0332c73bebc85995dd888dcdffb960b3c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 1 Aug 2016 12:26:43 +1000 Subject: [PATCH] remove spurious break --- configure | 1 - configure.in | 1 - 2 files changed, 2 deletions(-) diff --git a/configure b/configure index 86be0de7f1..c8deac6fc2 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index fb551a0e84..39223311ab 100644 --- a/configure.in +++ b/configure.in @@ -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