diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-02-27 12:34:50 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-02-27 12:35:11 +0100 |
| commit | dcb1280d8e294560c72f8acb231dbc2abd206a7e (patch) | |
| tree | 971ffdf0f81864fd5a29781c68ca67eeac831cf4 | |
| parent | Merge pull request #3749 (diff) | |
| parent | Add shell null to else block (diff) | |
| download | discoin-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.m4 | 4 |
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 |