mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
#5272 'quotactl breaks compilation of libT/platform.c on non-Xcode OS/X builds' -- fixed with patch from spaam
This commit is contained in:
parent
12c2b35abb
commit
c0a0240dfd
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ EOF
|
|||
fi
|
||||
if test "x$have_darwin" = "xyes"; then
|
||||
AC_DEFINE([HAVE_DARWIN], 1)
|
||||
AC_DEFINE([SYS_DARWIN], 1)
|
||||
fi
|
||||
if test "x$have_msw" = "xyes"; then
|
||||
AC_DEFINE([HAVE_MSW], 1)
|
||||
|
|
Loading…
Reference in a new issue