diff options
| author | Dominyk Tiller <[email protected]> | 2014-10-06 21:36:24 +0100 |
|---|---|---|
| committer | Dominyk Tiller <[email protected]> | 2014-10-06 21:36:24 +0100 |
| commit | 27368e76260564268a7994d7e179a675750dbd05 (patch) | |
| tree | e6bf27cf8413c255cf4533292dcbf378fb5778d7 | |
| parent | Merge pull request #5036 (diff) | |
| download | discoin-27368e76260564268a7994d7e179a675750dbd05.tar.xz discoin-27368e76260564268a7994d7e179a675750dbd05.zip | |
Homebrew lang fix
Very small tweak to correct the language on Homebrew's sandboxing process.
Discussed in [this commit](https://github.com/bitcoin/bitcoin/commit/9fedafba4b903d7f3af044eb86dc313856e40b08).
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index abf9f39e6..7a54a16c4 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 |