diff options
author | Dmitry Podgorny <pasis.ua@gmail.com> | 2015-06-23 22:33:51 +0000 |
---|---|---|
committer | Dmitry Podgorny <pasis.ua@gmail.com> | 2015-06-23 22:33:51 +0000 |
commit | c47688f37c2048221594f9424d918ff552bee69f (patch) | |
tree | 4e7e32fadd69f08b9596d5eb4b6e8be57449fdf7 | |
parent | 2d3537515d9b0dbba51265ed7819dd80b31a33d8 (diff) | |
download | profani-tty-c47688f37c2048221594f9424d918ff552bee69f.tar.gz |
autotools: Don't link profanity with libstabber
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 139d8520..1bf05a92 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |