[cairo] Re: [cairo-commit] configure.in

Behdad Esfahbod behdad at behdad.org
Fri Dec 1 13:56:32 PST 2006


On Fri, 2006-12-01 at 15:42 -0500, Dan Amelang wrote:
>  
> +AC_ARG_ENABLE(some-floating-point,
> +  AS_HELP_STRING([--disable-some-floating-point],
> +                 [Disable certain code paths that rely heavily on
> double precision
> +                  floating-point calculation. This option can improve
> +                  performance on systems without a double precision
> floating-point
> +                  unit, but might degrade performance on those that
> do.]), [
> +if test "x$enableval" = "xno"; then
> +  # A value of 'no' for $enableval means that they want to disable,
> which
> +  # means 'yes' for $disable_some_floating_point.
> +  disable_some_floating_point=yes
> +fi
> +])

Please set disable_some_floating_point=no before AC_ARG_ENABLE.  Avoids
some Russian Rolette effects ;).

-- 
behdad
http://behdad.org/

"Those who would give up Essential Liberty to purchase a little
 Temporary Safety, deserve neither Liberty nor Safety."
        -- Benjamin Franklin, 1759





More information about the cairo mailing list