diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-17 05:56:49 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-17 05:56:49 +0000 |
commit | 98825661ddb4dd5cfa603291a69b5c4d3d98e791 (patch) | |
tree | 600dd000a2fcb4378b0059dbbb4d4fc2f24fa2f4 /source3/tests/summary.c | |
parent | bb28f06eae2b8553f2b4d667b07153c2e8ab5077 (diff) | |
download | samba-98825661ddb4dd5cfa603291a69b5c4d3d98e791.tar.gz samba-98825661ddb4dd5cfa603291a69b5c4d3d98e791.tar.xz samba-98825661ddb4dd5cfa603291a69b5c4d3d98e791.zip |
removed some obsolete configure tests (sysv ipc etc)
(This used to be commit e8905a557a342ba3604a61663c6ff24887a9fd46)
Diffstat (limited to 'source3/tests/summary.c')
-rw-r--r-- | source3/tests/summary.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/tests/summary.c b/source3/tests/summary.c index 7ff9ea61c95..79a530b0136 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 |