summaryrefslogtreecommitdiff
path: root/source3/configure
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-18 01:19:32 +0000
committerJeremy Allison <jra@samba.org>1998-11-18 01:19:32 +0000
commita491ec96fc9fa19a164febd45309a47504fddc16 (patch)
tree667157b2a615c4f2c4978566be2291c4fed2a7ae /source3/configure
parent490439d77a7fe3daadce1f30f17f03896c6739aa (diff)
downloadsamba-a491ec96fc9fa19a164febd45309a47504fddc16.tar.gz
samba-a491ec96fc9fa19a164febd45309a47504fddc16.tar.bz2
samba-a491ec96fc9fa19a164febd45309a47504fddc16.zip
Fixed problem with HAVE_NETGROUP being used on platforms
that cannot support it. Jeremy. (This used to be commit 7a6f25ac4ab0f0bef7a66f26004c15120248ff66)
Diffstat (limited to 'source3/configure')
-rwxr-xr-xsource3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure
index 1d5779bf34..ea8bbcc907 100755
--- a/source3/configure
+++ b/source3/configure
@@ -3659,7 +3659,7 @@ else
fi
done
-for ac_func in strftime sigprocmask sigblock sigaction innetgr
+for ac_func in strftime sigprocmask sigblock sigaction innetgr setnetgrent getnetgrent endnetgrent
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3666: checking for $ac_func" >&5