summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-02-29 07:42:26 +0100
committerJean Delvare <jdelvare@suse.de>2012-02-29 07:42:26 +0100
commit4aaf5a09ddbdf10650d5b5a560dfe0b83d4665d6 (patch)
tree2e5aa0fa69f2dbe7c7111558ea54c4204339ddd8 /configure
parent00f78e8f362ca5c8296db11743c538adb174d09c (diff)
downloadquilt-4aaf5a09ddbdf10650d5b5a560dfe0b83d4665d6.tar.gz
Update quilt.changes and configure after merge.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 305cb7c..dd22b7b 100755
--- a/configure
+++ b/configure
@@ -2071,13 +2071,13 @@ $as_echo "$as_me: error: Please specify the location of bash with the option '--
# though the result /could/ be available to us directly as $BASH_VERSION we
# don't want to use, or trust it, incase the user is specifying a different
# bash executable.
-if `$BASH -c '[ "$BASH_VERSION" \< "2.04" ]'` ; then
+if `$BASH -c '[ "$BASH_VERSION" \< "3.0" ]'` ; then
{ { $as_echo "$as_me:$LINENO: error:
-$PACKAGE_NAME requires at least version 2.04 of bash, you can download a current
+$PACKAGE_NAME requires at least version 3.0 of bash, you can download a current
version of bash from ftp.gnu.org
" >&5
$as_echo "$as_me: error:
-$PACKAGE_NAME requires at least version 2.04 of bash, you can download a current
+$PACKAGE_NAME requires at least version 3.0 of bash, you can download a current
version of bash from ftp.gnu.org
" >&2;}
{ (exit 1); exit 1; }; }