summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 71787a4..8589007 100755
--- a/configure
+++ b/configure
@@ -318,8 +318,8 @@ add_to_var_list sed
# The regular list of tools we can now easily check for
has_or_abort prog=bash \
var=bash \
- ver='^GNU bash, version [34]\.' \
- err="'bash' 3.x or above was not found"
+ ver='^GNU bash, version (3\.[1-9]|4)' \
+ err="'bash' 3.1 or above was not found"
has_or_abort prog=cut
has_or_abort prog=install var=install
has_or_abort prog=make \