Browse Source

Merge pull request #3752

5d5b0d2 Add shell null to else block (Wil Bown)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
dcb1280d8e
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 4
      src/m4/ax_boost_base.m4

4
src/m4/ax_boost_base.m4

@ -155,7 +155,7 @@ if test "x$want_boost" = "xyes"; then @@ -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 @@ -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…
Cancel
Save