diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-10-19 14:35:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:44:57 -0500 |
commit | fbd34a19abefa5e2d317599483611ff80dff73c0 (patch) | |
tree | aaaa2cd1dc587337b3ececb24534a8994978e25d | |
parent | 5a930a2d33d1202064d8ed53bdef5dfcd2959cad (diff) | |
download | samba-fbd34a19abefa5e2d317599483611ff80dff73c0.tar.gz samba-fbd34a19abefa5e2d317599483611ff80dff73c0.tar.bz2 samba-fbd34a19abefa5e2d317599483611ff80dff73c0.zip |
r11184: Remove test that checks whether ftruncate() needs root, because I can't
find the file it tries to use (build/tests/ftruncroot.c) and the value
it defines is not used anywhere.
(This used to be commit 97bbf4a46035becaee50d242364146e3529cf631)
-rw-r--r-- | source4/build/m4/rewrite.m4 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4 index 57ccd9f6ed..bd643faa53 100644 --- a/source4/build/m4/rewrite.m4 +++ b/source4/build/m4/rewrite.m4 @@ -448,13 +448,6 @@ if test x"$samba_cv_HAVE_MMAP" = x"yes"; then AC_DEFINE(HAVE_MMAP,1,[Whether mmap works]) fi -AC_CACHE_CHECK([for ftruncate needs root],samba_cv_FTRUNCATE_NEEDS_ROOT,[ -AC_TRY_RUN([#include "${srcdir-.}/build/tests/ftruncroot.c"], - samba_cv_FTRUNCATE_NEEDS_ROOT=yes,samba_cv_FTRUNCATE_NEEDS_ROOT=no,samba_cv_FTRUNCATE_NEEDS_ROOT=cross)]) -if test x"$samba_cv_FTRUNCATE_NEEDS_ROOT" = x"yes"; then - AC_DEFINE(FTRUNCATE_NEEDS_ROOT,1,[Whether ftruncate() needs root]) -fi - AC_CACHE_CHECK([for st_blocks in struct stat],samba_cv_HAVE_STAT_ST_BLOCKS,[ AC_TRY_COMPILE([#include <sys/types.h> #include <sys/stat.h> |