From 4d7e4c80580f9902339680cecee457460fe85218 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 17 Jan 2005 04:07:33 +0000 Subject: r4794: - disabled the ntacl command line utilities until they are rewritten to use the same acl format as we use in pvfs (and hopefully use common code too) - removed a lot of old cruft from our autoconf tests. This may well break some builds, but then we can fix them properly instead of the "if solaris version 5.1.2" crap This was prompted by someone sending me solaris 10 patches that patched the configure script with if statements for several more versions of solaris to check for and do special stuff. That is just silly. (This used to be commit 1ea59d1146f041e9befbb435e901c6d7d497c52c) --- source4/build/tests/summary.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/build/tests/summary.c') 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 -- cgit