Merge pull request #3752

5d5b0d2 Add shell null to else block (Wil Bown)
This commit is contained in:
Wladimir J. van der Laan 2014-02-27 12:34:50 +01:00
commit dcb1280d8e
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 2 additions and 2 deletions

View File

@ -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