summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Conrad <stephan@conrad.pics>2019-01-15 15:28:16 (GMT)
committerStephan Conrad <stephan@conrad.pics>2019-01-15 15:28:16 (GMT)
commitb0151f5eb53c5bf70d39512a3d73e529be90bc0a (patch)
tree33c5c8e577c8b7183c52bb266a5236fcf26edd79 /configure.ac
parent0a5107dd421cb9b1629924abed1c7f0cfbe42c46 (diff)
added the version 5 to the check of bash versions
Signed-off-by: Stephan Conrad <stephan@conrad.pics>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5fd69a7..f5955b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -147,7 +147,7 @@ CTNG_PROG_VERSION_REQ_STRICT([BASH_SHELL],
[GNU bash >= 3.1],
[bash],
[bash],
- [^GNU bash, version (3\.[1-9]|4)])
+ [^GNU bash, version (3\.[1-9]|4|5)])
# We need a awk that *is* GNU awk
CTNG_PROG_VERSION_REQ_STRICT([AWK],