about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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], [], [])