aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-10-07 08:51:43 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-10-07 08:53:07 +0200
commitd4b571a5d32af211b43d69643822d3d2993b344f (patch)
tree09325f1b10c9778a5a392fc4abd04d48d4eb6b54 /depends
parent953f16cb4e17aef8223d74a578d1fd064b2a34b6 (diff)
parent0b17964131c78daa6a3ee01c41f47a43ee2e1947 (diff)
downloadbitcoin-d4b571a5d32af211b43d69643822d3d2993b344f.tar.xz
Merge pull request #5038
0b17964 Bugfix: Replace bashisms with standard sh in tests/tools (Luke Dashjr) ab72068 Bugfix: Replace bashisms with standard sh in gitian descriptors (Luke Dashjr) b77b4ed Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems (Luke Dashjr) d6b0539 travis: add non-default shell testing to travis. (Cory Fields)
Diffstat (limited to 'depends')
-rw-r--r--depends/config.site.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/config.site.in b/depends/config.site.in
index 3426050cd3..df076956bd 100644
--- a/depends/config.site.in
+++ b/depends/config.site.in
@@ -34,12 +34,12 @@ if test -z $with_gui && test -n "@no_qt@"; then
with_gui=no
fi
-if test @host_os@ == darwin; then
+if test x@host_os@ = xdarwin; then
BREW=no
PORT=no
fi
-if test @host_os@ == mingw32; then
+if test x@host_os@ = xmingw32; then
if test -z $with_qt_incdir; then
with_qt_incdir=$prefix/include
fi