[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. b3735540e3bd1f8fa15d0cbcd7d6ed7f96cd43c6
Clint Adams
clint at debian.org
Sun Apr 22 14:57:50 UTC 2012
The following commit has been merged in the upstream branch:
commit 5d353a98968cb641ab0491d0f27da5c1d9a6e112
Author: Kyle J. McKay <mackyle at gmail.com>
Date: Sun Apr 22 03:26:57 2012 -0700
Correct HAVE_ACL_T configure test for Darwin
diff --git a/configure.ac b/configure.ac
index 4fdabf5..43a0984 100644
--- a/configure.ac
+++ b/configure.ac
@@ -277,6 +277,7 @@ done
AH_TEMPLATE([HAVE_ACL_T], [acl_t data type and associated functions are provided by OS])
AC_MSG_CHECKING([for acl_t struct])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
+ #include <sys/types.h>
#include <sys/acl.h>
]], [[
acl_t t;
--
fakeroot
More information about the Fakeroot-commits
mailing list