diff options
-rw-r--r-- | build/m4/shamrock/nunit.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/m4/shamrock/nunit.m4 b/build/m4/shamrock/nunit.m4 index 4d57d0078..1b70f4f51 100644 --- a/build/m4/shamrock/nunit.m4 +++ b/build/m4/shamrock/nunit.m4 @@ -23,7 +23,8 @@ AC_DEFUN([SHAMROCK_CHECK_NUNIT], AM_CONDITIONAL(ENABLE_TESTS, test "x$do_tests" = "xyes") if test "x$do_tests" = "xno"; then - AC_MSG_WARN([Could not find nunit: tests will not be available]) fi + AC_MSG_WARN([Could not find nunit: tests will not be available]) + fi fi fi ]) |