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:
@ -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]),
|
||||
|
Reference in New Issue
Block a user