r4794: - disabled the ntacl command line utilities until they are rewritten to use...
[samba.git] / source4 / build / tests / summary.c
index b6384a40839105ee4c3d0b18be29a3453d6317c4..6fbe46b87b0b062ad870c823b9292f63fb11c087 100644 (file)
@@ -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