Added Cygwin build support

strverscmp is included to satisfy a dependency in Cygwin.
Excluded utmp and prctl functions that are not supported currently.
This commit is contained in:
Wayne Porter
2016-03-10 15:04:27 -08:00
parent 1af18812b2
commit eea5e467ae
5 changed files with 184 additions and 8 deletions

View File

@ -168,6 +168,7 @@ AC_ARG_ENABLE([kill],
)
AM_CONDITIONAL(BUILD_KILL, test "x$enable_kill" = xyes)
AM_CONDITIONAL(LINUX, test "x$host_os" = xlinux-gnu)
AM_CONDITIONAL(CYGWIN, test "x$host_os" = xcygwin)
AC_ARG_ENABLE([skill],
AS_HELP_STRING([--enable-skill], [build skill and snice]),