Solaris: get completely out of the file handling business using libproc

This commit is contained in:
Guy M. Broome
2018-03-28 12:48:37 -04:00
committed by Hisham Muhammad
parent 4ba06c51e5
commit 45fad05b4a
5 changed files with 127 additions and 197 deletions

View File

@ -243,6 +243,7 @@ fi
if test "$my_htop_platform" = "solaris"; then
AC_CHECK_LIB([kstat], [kstat_open], [], [missing_libraries="$missing_libraries libkstat"])
AC_CHECK_LIB([proc], [Pgrab_error], [], [missing_libraries="$missing_libraries libproc"])
AC_CHECK_LIB([malloc], [free], [], [missing_libraries="$missing_libraries libmalloc"])
fi