mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Check for set_escdelay in ncurses
This commit is contained in:
@ -336,6 +336,7 @@ if test "$my_htop_platform" = "solaris"; then
|
||||
# Since ncruses macros use the ERR macro, we can not use another name.
|
||||
AC_DEFINE([ERR], [(-1)], [Predefine ncurses macro.])
|
||||
fi
|
||||
AC_CHECK_FUNCS( [set_escdelay] )
|
||||
|
||||
|
||||
AC_ARG_ENABLE([hwloc],
|
||||
|
Reference in New Issue
Block a user