Fix a typo in a configure.ac comment

This commit is contained in:
Nathan Scott 2021-09-08 12:11:51 +10:00
parent a516e0852e
commit ca06e68037
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ if test "$enable_static" = yes; then
fi
if test "$my_htop_platform" = "solaris"; then
# On OmniOS /usr/include/sys/regset.h redefines ERR to 13 - \r, breaking the Enter key.
# Since ncruses macros use the ERR macro, we can not use another name.
# Since ncurses macros use the ERR macro, we can not use another name.
AC_DEFINE([ERR], [(-1)], [Predefine ncurses macro.])
fi
AC_CHECK_FUNCS( [set_escdelay] )