diff options
author | Stephan Conrad <stephan@conrad.pics> | 2019-01-15 16:28:16 +0100 |
---|---|---|
committer | Stephan Conrad <stephan@conrad.pics> | 2019-01-15 16:28:16 +0100 |
commit | b0151f5eb53c5bf70d39512a3d73e529be90bc0a (patch) | |
tree | 33c5c8e577c8b7183c52bb266a5236fcf26edd79 /configure.ac | |
parent | 0a5107dd421cb9b1629924abed1c7f0cfbe42c46 (diff) | |
download | crosstool-ng-b0151f5eb53c5bf70d39512a3d73e529be90bc0a.tar.gz crosstool-ng-b0151f5eb53c5bf70d39512a3d73e529be90bc0a.tar.bz2 crosstool-ng-b0151f5eb53c5bf70d39512a3d73e529be90bc0a.zip |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5fd69a76..f5955b38 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], |