From b145d7327023ead42d2625e64bc154db63987470 Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Wed, 11 Aug 2010 15:05:42 +0200 Subject: Add check to see if any library is found. --- m4/ax_boost_unit_test_framework.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm4/ax_boost_unit_test_framework.m4') diff --git a/m4/ax_boost_unit_test_framework.m4 b/m4/ax_boost_unit_test_framework.m4 index 31ebf8a..d6ae13f 100644 --- a/m4/ax_boost_unit_test_framework.m4 +++ b/m4/ax_boost_unit_test_framework.m4 @@ -122,6 +122,9 @@ AC_DEFUN([AX_BOOST_UNIT_TEST_FRAMEWORK], fi done done + fi + if test "x$ax_lib" = "x"; then + AC_MSG_ERROR(Could not find a version of the library!) fi if test "x$link_unit_test_framework" != "xyes"; then AC_MSG_ERROR(Could not link against $ax_lib !) -- cgit v1.2.1