mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 01:04:06 +01:00
missing AC_DEFINE(IS_LINUX)
This commit is contained in:
parent
49f07dca50
commit
d721b42306
@ -528,6 +528,7 @@ case "$host_os" in
|
||||
*linux*)
|
||||
AC_MSG_RESULT(linux)
|
||||
PLATFORM=linux
|
||||
AC_DEFINE(IS_LINUX)
|
||||
;;
|
||||
*freebsd*)
|
||||
AC_MSG_RESULT(freebsd)
|
||||
|
Loading…
Reference in New Issue
Block a user