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 b6384a4083..6fbe46b87b 100644
--- a/source4/build/tests/summary.c
+++ b/source4/build/tests/summary.c
@@ -4,11 +4,6 @@ void exit(int);
main()
{
-#if !(defined(HAVE_FCNTL_LOCK) || defined(HAVE_STRUCT_FLOCK64))
- printf("ERROR: No locking available. Running Samba would be unsafe\n");
- exit(1);
-#endif
-
#if !(defined(HAVE_IFACE_IFCONF) || defined(HAVE_IFACE_IFREQ) || defined(HAVE_IFACE_AIX))
printf("WARNING: No automated network interface determination\n");
#endif