Add shell null to else block

MinGW-W64-builds-4.2.0 shell doesn't like the empty else blocks.
This commit is contained in:
Wil Bown 2014-02-26 12:39:57 -07:00
parent ae7e5d7ceb
commit 5d5b0d284a
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