diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-15 05:32:42 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-16 03:04:00 +0100 |
commit | 14ec511f29eaa05a68fe2160ce79f8f5b7f160fa (patch) | |
tree | 3a446a7313fd299db73871fa7338d69d6bc425b4 /configure.ac | |
parent | 3cc386a41b937deea66d9ffaee51e31a934937c4 (diff) | |
download | sciteco-14ec511f29eaa05a68fe2160ce79f8f5b7f160fa.tar.gz |
also set window title on ncurses, by querying terminfo capabilities
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fe06358..4e85cc5 100644 --- a/configure.ac +++ b/configure.ac @@ -146,6 +146,7 @@ case $INTERFACE in AC_CHECK_LIB(ncurses, initscr, , [ AC_MSG_ERROR([libncurses missing!]) ]) + AC_CHECK_FUNCS([tigetstr]) ;; pdcurses) AC_CHECK_LIB(pdcurses, initscr, , [ |