aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2016-11-09 14:04:09 +0100
committerGitHub <noreply@github.com>2016-11-09 14:04:09 +0100
commit5db62dcc9d386579609540cdf8869e95ad334bbd (patch)
tree31f7d51764996a8bccf13b9cb9390ac9b1804e17 /configure
parent1e5ea6aeddef414d6b760cb5020f31d809d7871c (diff)
downloadbrotli-5db62dcc9d386579609540cdf8869e95ad334bbd.zip
brotli-5db62dcc9d386579609540cdf8869e95ad334bbd.tar.gz
brotli-5db62dcc9d386579609540cdf8869e95ad334bbd.tar.bz2
Fixes: (#468)
* fix slow-down after a long copy (q10-11) * more thorough hashing for long ranges (q10-11) * minor documentation fixes * bazel.io -> bazel.build
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 80bd276..2bc070c 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#!/bin/bash
echo "Use Bazel, CMake or Premake5 to generate projects / build files."
-echo " Bazel: http://www.bazel.io/"
+echo " Bazel: http://www.bazel.build/"
echo " CMake: https://cmake.org/"
echo " Premake5: https://premake.github.io/"
echo "Or simply run 'make' to build and test command line tool."