summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2021-07-14 20:17:13 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 19:09:08 +0200
commit2ab8fb83ba7d210c7c377b5b417f79822a6f7724 (patch)
treef83599c5be12b94271f16482316e8cfcba8ef9aa /configure.ac
parentd45b4f4a4328ced5e291e6c309437599647c02e0 (diff)
netbsd: Support curses libraries without ncurses mouse support
This adds a configure check for the ncurses getmouse() function and disables mouse-related code paths when mouse support is not present in the curses library. This is necessary for stable versions of NetBSD's libcurses, the development version has stub mouse functions for compatibility with ncurses. Signed-off-by: Nia Alarie <nia@NetBSD.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bb92816f..be40187a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -352,6 +352,7 @@ if test "$my_htop_platform" = "solaris"; then
AC_DEFINE([ERR], [(-1)], [Predefine ncurses macro.])
fi
AC_CHECK_FUNCS( [set_escdelay] )
+AC_CHECK_FUNCS( [getmouse] )
AC_ARG_ENABLE([hwloc],

© 2014-2024 Faster IT GmbH | imprint | privacy policy