From 30ea9932f5ea8a73c84dbab3ae3e997c2ae34e79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20M=C3=BCller?= Date: Wed, 20 Jan 2010 12:41:43 +0100 Subject: [PATCH] Add cross option to samba_cv_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 . --- source3/configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 529cc4df719..e31a6d37388 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1262,7 +1262,9 @@ main() { #endif exit(0); } -], [samba_cv_linux_getgrouplist_ok=yes], [samba_cv_linux_getgrouplist_ok=no])]) +], [samba_cv_linux_getgrouplist_ok=yes], + [samba_cv_linux_getgrouplist_ok=no], + [samba_cv_linux_getgrouplist_ok=cross])]) if test x"$samba_cv_linux_getgrouplist_ok" = x"yes"; then AC_DEFINE(HAVE_GETGROUPLIST, 1, [Have good getgrouplist]) fi -- 2.34.1