summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-02-15 05:21:27 +0000
committerSascha Schumann <sas@php.net>2001-02-15 05:21:27 +0000
commit637e8e14aa81e9e8d3c76cc501bc044efea2e5ac (patch)
tree88e5857a7b1f792747ac6f4731b0538c8cade280 /configure.in
parentc239da7e66a06a66c963802e3589889f6c8b4b6b (diff)
downloadphp-git-637e8e14aa81e9e8d3c76cc501bc044efea2e5ac.tar.gz
There might be more systems which do not support chroot, so we check
for the existence of it. Additionally, if chroot is not supported, the warn_not_available function is invoked now.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b8012d0d2e..3588023ccd 100644
--- a/configure.in
+++ b/configure.in
@@ -358,6 +358,7 @@ dnl Checks for library functions.
AC_FUNC_VPRINTF
AC_CHECK_FUNCS(
asctime_r \
+chroot \
crypt \
ctime_r \
cuserid \