aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-02-27 12:34:50 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-02-27 12:35:11 +0100
commitdcb1280d8e294560c72f8acb231dbc2abd206a7e (patch)
tree971ffdf0f81864fd5a29781c68ca67eeac831cf4
parentb81f9718df7768d74d4c5dce1097ba74f8515a76 (diff)
parent5d5b0d284a787fc9a3c53c59232ebc2c09dffaeb (diff)
downloadbitcoin-dcb1280d8e294560c72f8acb231dbc2abd206a7e.tar.xz
Merge pull request #3752
5d5b0d2 Add shell null to else block (Wil Bown)
-rw-r--r--src/m4/ax_boost_base.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m4/ax_boost_base.m4 b/src/m4/ax_boost_base.m4
index c675f12d84..f941b27ec4 100644
--- a/src/m4/ax_boost_base.m4
+++ b/src/m4/ax_boost_base.m4
@@ -155,7 +155,7 @@ if test "x$want_boost" = "xyes"; then
AC_MSG_RESULT(yes)
succeeded=yes
found_system=yes
- ],[
+ ],[:
])
AC_LANG_POP([C++])
@@ -238,7 +238,7 @@ if test "x$want_boost" = "xyes"; then
AC_MSG_RESULT(yes)
succeeded=yes
found_system=yes
- ],[
+ ],[:
])
AC_LANG_POP([C++])
fi