1
AC_DEFUN([SHAMROCK_CHECK_MONO_NUNIT],
3
PKG_CHECK_MODULES(MONO_NUNIT, mono-nunit >= 1.0,
4
do_tests="yes", do_tests="no")
6
AC_SUBST(MONO_NUNIT_LIBS)
7
AM_CONDITIONAL(ENABLE_TESTS, test "x$do_tests" = "xyes")
9
if test "x$do_tests" = "xno"; then
10
AC_MSG_WARN([Could not find mono-nunit: tests will not be available.])