From c35dbd0a66f5abede84a4ea966bd765ed6942edb Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 18 Dec 2010 22:54:49 +0100 Subject: 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. --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README') 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 -- cgit v1.2.3