make htop friendly to uclibc (thanks to Matt for the report)

This commit is contained in:
Hisham Muhammad
2010-12-05 15:43:56 +00:00
parent 72dbb72b68
commit 36ef1a93be
3 changed files with 10 additions and 3 deletions

View File

@ -25,6 +25,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS([stdlib.h string.h strings.h sys/param.h sys/time.h unistd.h curses.h],[:],[
missing_headers="$missing_headers $ac_header"
])
AC_CHECK_HEADERS([execinfo.h],[:],[:])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL