mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
autotools: Don't link profanity with libstabber
This commit is contained in:
parent
2d3537515d
commit
c47688f37c
@ -241,7 +241,7 @@ AM_CONDITIONAL([THEMES_INSTALL], "$THEMES_INSTALL")
|
||||
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_CHECK_LIB([stabber], [stbbr_start], [LIBS="$LIBS"],
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user