Skip to content

Commit dcb1280

Browse files
committed
Merge pull request #3752
5d5b0d2 Add shell null to else block (Wil Bown)
2 parents b81f971 + 5d5b0d2 commit dcb1280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/m4/ax_boost_base.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ if test "x$want_boost" = "xyes"; then
155155
AC_MSG_RESULT(yes)
156156
succeeded=yes
157157
found_system=yes
158-
],[
158+
],[:
159159
])
160160
AC_LANG_POP([C++])
161161
@@ -238,7 +238,7 @@ if test "x$want_boost" = "xyes"; then
238238
AC_MSG_RESULT(yes)
239239
succeeded=yes
240240
found_system=yes
241-
],[
241+
],[:
242242
])
243243
AC_LANG_POP([C++])
244244
fi

0 commit comments

Comments
 (0)