summaryrefslogtreecommitdiff
path: root/source4/build/tests
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/tests')
-rw-r--r--source4/build/tests/summary.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/build/tests/summary.c b/source4/build/tests/summary.c
index 8c318fe7d5..b6384a4083 100644
--- a/source4/build/tests/summary.c
+++ b/source4/build/tests/summary.c
@@ -13,11 +13,6 @@ main()
printf("WARNING: No automated network interface determination\n");
#endif
-#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX))
- printf("ERROR: no seteuid method available\n");
- /* REWRITE: exit(1); */
-#endif
-
#if !(defined(STAT_STATVFS) || defined(STAT_STATVFS64) || defined(STAT_STATFS3_OSF1) || defined(STAT_STATFS2_BSIZE) || defined(STAT_STATFS4) || defined(STAT_STATFS2_FSIZE) || defined(STAT_STATFS2_FS_DATA))
printf("ERROR: No disk free routine!\n");
exit(1);