From ae4e07ad87968072893b58c2ee778b52fc3059da Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 5 Jun 2015 22:53:57 +0100 Subject: [PATCH] Show notice message only when stabber not found --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e4558c02..f7402cd2 100644 --- a/configure.ac +++ b/configure.ac @@ -236,7 +236,7 @@ PKG_CHECK_MODULES([cmocka], [cmocka], [], [AC_MSG_NOTICE([cmocka is not found, will not be able to run tests])]) AC_CHECK_LIB([stabber], [stbbr_start], [], - [AC_MSG_ERROR([stabber not found, will not be able to run tests])]) + [AC_MSG_NOTICE([stabber not found, will not be able to run functional tests])]) ### Check for ncursesw/ncurses.h first, Arch linux uses ncurses.h for ncursesw AC_CHECK_HEADERS([ncursesw/ncurses.h], [], [])