Skip to content

Commit

Permalink
[configure] Fix --disable-some-floating-point to force value to 'no' …
Browse files Browse the repository at this point in the history
…if none given

As suggested by Behdad here:

    http://lists.freedesktop.org/archives/cairo/2006-December/008700.html
  • Loading branch information
Dan Amelang committed Dec 2, 2006
1 parent 392f27b commit 94e086b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ if test "x$enableval" = "xno"; then
# means 'yes' for $disable_some_floating_point.
disable_some_floating_point=yes
fi
])
], [disable_some_floating_point=no])

AM_CONDITIONAL(DISABLE_SOME_FLOATING_POINT,
test "x$disable_some_floating_point" = "xyes")
Expand Down

0 comments on commit 94e086b

Please sign in to comment.