aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-02-27 12:34:50 +0100
committerWladimir J. van der Laan <[email protected]>2014-02-27 12:35:11 +0100
commitdcb1280d8e294560c72f8acb231dbc2abd206a7e (patch)
tree971ffdf0f81864fd5a29781c68ca67eeac831cf4
parentMerge pull request #3749 (diff)
parentAdd shell null to else block (diff)
downloaddiscoin-dcb1280d8e294560c72f8acb231dbc2abd206a7e.tar.xz
discoin-dcb1280d8e294560c72f8acb231dbc2abd206a7e.zip
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 c675f12d8..f941b27ec 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