From c47688f37c2048221594f9424d918ff552bee69f Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Tue, 23 Jun 2015 22:33:51 +0000 Subject: [PATCH] autotools: Don't link profanity with libstabber --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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