diff options
author | James Booth <boothj5@gmail.com> | 2015-06-05 22:53:57 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-05 22:54:10 +0100 |
commit | ae4e07ad87968072893b58c2ee778b52fc3059da (patch) | |
tree | d45d5ac8aa34def3ffd102c8bb86d7f22fbb8d39 | |
parent | 78a4446023660b94ad0d93f59aab3149c50b3868 (diff) | |
download | profani-tty-ae4e07ad87968072893b58c2ee778b52fc3059da.tar.gz |
Show notice message only when stabber not found
-rw-r--r-- | configure.ac | 2 |
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], [], []) |