about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-23 23:39:16 +0100
committerJames Booth <boothj5@gmail.com>2015-06-23 23:39:16 +0100
commit815ca16f48b38fea0f8e06fb0164e4ba1894a932 (patch)
treebd1ea0e5e39251f51044ab4d89bad964be0e7762
parent8eb921e34a8df48ae74e5e2c38133bcd51b6e4f4 (diff)
parentc47688f37c2048221594f9424d918ff552bee69f (diff)
downloadprofani-tty-815ca16f48b38fea0f8e06fb0164e4ba1894a932.tar.gz
Merge remote-tracking branch 'pasis/stabber-linker'
-rw-r--r--configure.ac2
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