diff options
author | Jeremy Allison <jra@samba.org> | 2000-01-29 00:23:40 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-01-29 00:23:40 +0000 |
commit | 21df01ff7d8f520aa5de2b737bd84ba2460d76b8 (patch) | |
tree | ff3d9b059293d5e9f7d2f9cfb7366415b54e7536 /source3/configure | |
parent | ebfef23a7d255c68785bff4682117e09957bc23e (diff) | |
download | samba-21df01ff7d8f520aa5de2b737bd84ba2460d76b8.tar.gz samba-21df01ff7d8f520aa5de2b737bd84ba2460d76b8.tar.bz2 samba-21df01ff7d8f520aa5de2b737bd84ba2460d76b8.zip |
Wrapped popen calls in HAVE_POPEN - needed if we are to add the
env patch.
Jeremy.
(This used to be commit 94c075faee88538e48d1898f1694500b8a5d4c8b)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |