aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-10-07 09:56:48 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-10-07 09:58:21 +0200
commitca067dc9374d7f6611853f85fd6a0b6d1deb7306 (patch)
tree5519e64de7b59e62e66e0c09e4f758b1a99b0be6 /configure.ac
parentd4b571a5d32af211b43d69643822d3d2993b344f (diff)
parent27368e76260564268a7994d7e179a675750dbd05 (diff)
downloadbitcoin-ca067dc9374d7f6611853f85fd6a0b6d1deb7306.tar.xz
Merge pull request #5053
27368e7 Homebrew lang fix (Dominyk Tiller)
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 0bd309a3a8..87c7833bce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,7 +240,7 @@ case $host in
AC_CHECK_PROG([BREW],brew, brew)
if test x$BREW = xbrew; then
- dnl These Homebrew packages may be bottled, meaning that they won't be found
+ dnl These Homebrew packages may be keg-only, meaning that they won't be found
dnl in expected paths because they may conflict with system files. Ask
dnl Homebrew where each one is located, then adjust paths accordingly.
dnl It's safe to add these paths even if the functionality is disabled by