From 98825661ddb4dd5cfa603291a69b5c4d3d98e791 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 17 Apr 2000 05:56:49 +0000 Subject: removed some obsolete configure tests (sysv ipc etc) (This used to be commit e8905a557a342ba3604a61663c6ff24887a9fd46) --- source3/tests/summary.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/tests/summary.c') diff --git a/source3/tests/summary.c b/source3/tests/summary.c index 7ff9ea61c9..79a530b013 100644 --- a/source3/tests/summary.c +++ b/source3/tests/summary.c @@ -7,10 +7,6 @@ main() exit(1); #endif -#if !(defined(HAVE_SYSV_IPC) || defined(HAVE_SHARED_MMAP)) - printf("WARNING: no shared memory. Running with slow locking code\n"); -#endif - #if !(defined(HAVE_IFACE_IFCONF) || defined(HAVE_IFACE_IFREQ) || defined(HAVE_IFACE_AIX)) printf("WARNING: No automated network interface determination\n"); #endif -- cgit