commit 30ea9932f5ea8a73c84dbab3ae3e997c2ae34e79 Author: Lars Müller Date: Wed Jan 20 12:41:43 2010 +0100 Add cross option to linux_getgrouplist_ok "cross" as an option got removed accidentl with commit e5a95132 while moving in direction of 3.2. Patch proposed by Richard Sharpe . diff --git a/source3/configure.in b/source3/configure.in index 529cc4d..e31a6d3 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1243,7 +1243,9 @@ main() { #endif exit(0); } -], [linux_getgrouplist_ok=yes], [linux_getgrouplist_ok=no]) +], [linux_getgrouplist_ok=yes], + [linux_getgrouplist_ok=no], + [linux_getgrouplist_ok=cross]) if test x"$linux_getgrouplist_ok" = x"yes"; then AC_DEFINE(HAVE_GETGROUPLIST, 1, [Have good getgrouplist]) fi