Skip to content

Commit

Permalink
build: AX_BOOST_UNIT_TEST_FRAMEWORK() serial 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Mar 25, 2024
1 parent 92d478c commit 90b1892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aux/m4/ax_boost_unit_test_framework.m4
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.

#serial 21
#serial 22

AC_DEFUN([AX_BOOST_UNIT_TEST_FRAMEWORK],
[
Expand Down Expand Up @@ -124,7 +124,7 @@ AC_DEFUN([AX_BOOST_UNIT_TEST_FRAMEWORK],
done
fi
if test "x$ax_lib" = "x"; then
AC_MSG_ERROR(Could not find a version of the library!)
AC_MSG_ERROR(Could not find a version of the Boost::Unit_Test_Framework library!)
fi
if test "x$link_unit_test_framework" != "xyes"; then
AC_MSG_ERROR(Could not link against $ax_lib !)
Expand Down

0 comments on commit 90b1892

Please sign in to comment.