summaryrefslogtreecommitdiffstats
path: root/source/configure
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-01-29 00:23:40 +0000
committerJeremy Allison <jra@samba.org>2000-01-29 00:23:40 +0000
commit94c075faee88538e48d1898f1694500b8a5d4c8b (patch)
tree3552321340cfb1f9f5d376d37471af069d23051c /source/configure
parent171bef4d95390c1a74591fb06327cc993360a764 (diff)
downloadsamba-94c075faee88538e48d1898f1694500b8a5d4c8b.tar.gz
samba-94c075faee88538e48d1898f1694500b8a5d4c8b.tar.xz
samba-94c075faee88538e48d1898f1694500b8a5d4c8b.zip
Wrapped popen calls in HAVE_POPEN - needed if we are to add the
env patch. Jeremy.
Diffstat (limited to 'source/configure')
-rwxr-xr-xsource/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure b/source/configure
index 97366dbdef7..fd6902bf2e9 100755
--- a/source/configure
+++ b/source/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