diff options
author | Jeremy Allison <jra@samba.org> | 2001-06-29 22:32:24 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-06-29 22:32:24 +0000 |
commit | e2ced932dbd34384f1e3752cc073b2fb66467b46 (patch) | |
tree | 94bd92fca7c48416bd8d3ac55de72c0155eda2c0 /source3/configure | |
parent | 2cddd5fe8ca05cd642428b4a7e2356f05cee6386 (diff) | |
download | samba-e2ced932dbd34384f1e3752cc073b2fb66467b46.tar.gz samba-e2ced932dbd34384f1e3752cc073b2fb66467b46.tar.bz2 samba-e2ced932dbd34384f1e3752cc073b2fb66467b46.zip |
Ensured all the system calls in msdfs.c go through the vfs layer.
Added vfs calls to symlink() and readlink() with appropriate configure
checks.
Jeremy.
(This used to be commit c24e6b41ea60ab4bac2fcd19da947851d6df3c7c)
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 c5be10f3d7..cf36998f3a 100755 --- a/source3/configure +++ b/source3/configure @@ -5792,7 +5792,7 @@ else fi done -for ac_func in srandom random srand rand setenv usleep strcasecmp fcvt fcvtl +for ac_func in srandom random srand rand setenv usleep strcasecmp fcvt fcvtl symlink readlink do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:5799: checking for $ac_func" >&5 |