summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-18 22:54:49 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-18 22:54:49 +0100
commitc35dbd0a66f5abede84a4ea966bd765ed6942edb (patch)
tree264ae6bf3da50f35b381a07f8cfc6fa2838de704 /README
parent82b83ffa0b69cfd8f81d4b122b9d5c020d68ea46 (diff)
Use configure to detect compiler warning flags
By checking the supported compiler warning flags, different gcc releases are supported without the crude --disable-extra-flags option.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 47541f7..1948f64 100644
--- a/README
+++ b/README
@@ -22,9 +22,8 @@ This is the ipset source tree. Follow the next steps to install ipset:
Configure parameters can be used to to override the default path
to the kernel source tree (/lib/modules/`uname -r`/build),
- the maximum number of sets (256), the default hash sizes (1024)
- or disable the extra compiler warning flags if your compiler
- does not support all of them. See `./configure --help`.
+ the maximum number of sets (256), the default hash sizes (1024).
+ See `./configure --help`.
% ./configure
% make