summaryrefslogtreecommitdiff
path: root/net/gq/files/patch-configure
blob: ae546b9859d3d94e16dd8c4a7be84c155ec88971 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	Tue Feb 17 00:38:43 2004
+++ configure	Tue Feb 17 00:39:12 2004
@@ -6702,7 +6702,7 @@
 fi;
 
 if test "x$GCC" = "xyes"; then
-    for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith -Wfloat-equal
+    for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith
     do
 # The following should work as well, but might (?) be less portable
 #	if ! echo "$CFLAGS" | grep -q -w -- "$A" ; then