#5272 'quotactl breaks compilation of libT/platform.c on non-Xcode OS/X builds' -- fixed with patch from spaam

This commit is contained in:
Jordan Lee 2013-02-05 14:38:25 +00:00
parent 12c2b35abb
commit c0a0240dfd
1 changed files with 1 additions and 0 deletions

View File

@ -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)