mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 10:26:22 +00:00
Show notice message only when stabber not found
This commit is contained in:
@@ -236,7 +236,7 @@ PKG_CHECK_MODULES([cmocka], [cmocka], [],
|
|||||||
[AC_MSG_NOTICE([cmocka is not found, will not be able to run tests])])
|
[AC_MSG_NOTICE([cmocka is not found, will not be able to run tests])])
|
||||||
|
|
||||||
AC_CHECK_LIB([stabber], [stbbr_start], [],
|
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
|
### Check for ncursesw/ncurses.h first, Arch linux uses ncurses.h for ncursesw
|
||||||
AC_CHECK_HEADERS([ncursesw/ncurses.h], [], [])
|
AC_CHECK_HEADERS([ncursesw/ncurses.h], [], [])
|
||||||
|
|||||||
Reference in New Issue
Block a user