Check for set_escdelay in ncurses

This commit is contained in:
Benny Baumann
2021-07-04 16:50:41 +02:00
parent 874fb773a7
commit 18e3fd5ce7
3 changed files with 7 additions and 0 deletions

View File

@ -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],