Merge pull request #3752
5d5b0d2
Add shell null to else block (Wil Bown)
This commit is contained in:
commit
dcb1280d8e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue