1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

autotools: Don't link profanity with libstabber

This commit is contained in:
Dmitry Podgorny 2015-06-23 22:33:51 +00:00
parent 2d3537515d
commit c47688f37c

View File

@ -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