Add cross option to samba_cv_linux_getgrouplist_ok
authorLars Müller <lars@samba.org>
Wed, 20 Jan 2010 11:41:43 +0000 (12:41 +0100)
committerLars Müller <lars@samba.org>
Wed, 20 Jan 2010 11:41:43 +0000 (12:41 +0100)
"cross" as an option got removed accidentl with commit e5a95132 while
moving in direction of 3.2.

Patch proposed by Richard Sharpe <realrichardsharpe@gmail.com>.

source3/configure.in

index 529cc4df71921fbb66f8fbf01add1d03ab752f5c..e31a6d37388fd12eb3a46a5544f75271f0aa88f6 100644 (file)
@@ -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