Fix the check for -Wfloat-equal
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 5 Jan 2011 19:10:24 +0000 (19:10 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 5 Jan 2011 19:10:24 +0000 (19:10 +0000)
configure.in

index aec3419..e8c036c 100644 (file)
@@ -1170,7 +1170,7 @@ if test "x$GCC" = "xyes"; then
 
   case " $CFLAGS " in
   *[\ \        ]-Wfloat-equal[\ \      ]*) ;;
-  *) if cc_supports_flag -Wfloat-equals; then
+  *) if cc_supports_flag -Wfloat-equal; then
         CFLAGS="$CFLAGS -Wfloat-equal"
      fi
      ;;