From 21df01ff7d8f520aa5de2b737bd84ba2460d76b8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 29 Jan 2000 00:23:40 +0000 Subject: Wrapped popen calls in HAVE_POPEN - needed if we are to add the env patch. Jeremy. (This used to be commit 94c075faee88538e48d1898f1694500b8a5d4c8b) --- source3/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure') diff --git a/source3/configure b/source3/configure index 97366dbdef..fd6902bf2e 100755 --- a/source3/configure +++ b/source3/configure @@ -4203,7 +4203,7 @@ else fi done -for ac_func in initgroups select rdchk getgrnam getgrent pathconf +for ac_func in initgroups select rdchk getgrnam getgrent pathconf popen do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4210: checking for $ac_func" >&5 -- cgit