From a491ec96fc9fa19a164febd45309a47504fddc16 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 18 Nov 1998 01:19:32 +0000 Subject: Fixed problem with HAVE_NETGROUP being used on platforms that cannot support it. Jeremy. (This used to be commit 7a6f25ac4ab0f0bef7a66f26004c15120248ff66) --- source3/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure') 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 -- cgit