View | Details | Raw Unified | Return to bug 234890
Collapse All | Expand All

(-)files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2018-11-17 08:14:41 UTC
2
+++ configure
3
@@ -12454,7 +12454,7 @@ bash_major=`$SH_PROG -c 'echo ${BASH_VERSINFO[0]}'`
4
 bash_minor=`$SH_PROG -c 'echo ${BASH_VERSINFO[1]}'`
5
 bash_4_or_greater=no
6
 case "${bash_major}.${bash_minor}" in
7
-  '4.4' | '4.1' | '4.2' | '4.3')
8
+  '4.4' | '4.1' | '4.2' | '4.3' | '5.0' )
9
     bash_4_or_greater=yes
10
     ;;
11
   *)

Return to bug 234890