mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-06 10:09:16 +02:00
Fix the check for -Wfloat-equal
This commit is contained in:
parent
d83d74dc68
commit
c71f1e9657
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue