about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-05 23:02:56 +0100
committerJames Booth <boothj5@gmail.com>2015-06-05 23:02:56 +0100
commit9aff8abd2ed405e2790bb3918834ef501542d4f5 (patch)
treef78d54491b01c2c8d259f37459ad2229e6919d71 /configure.ac
parenta3693cfbe744c6ba8274b56a437f1faaaad414bf (diff)
parentae4e07ad87968072893b58c2ee778b52fc3059da (diff)
downloadprofani-tty-9aff8abd2ed405e2790bb3918834ef501542d4f5.tar.gz
Merge branch 'master' into openpgp
Conflicts:
	.travis.yml
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 97d99d3a..40a810d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -248,6 +248,9 @@ 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_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
 AC_CHECK_HEADERS([ncursesw/ncurses.h], [], [])
 AC_CHECK_HEADERS([ncurses.h], [], [])