https://bugs.freedesktop.org/show_bug.cgi?id=101657

--- Comment #1 from Eric Engestrom <fdo-b...@engestrom.ch> ---
To be clear, the bug here is that SCons (scons/gallium.py) defines
HAVE_XLOCALE_H without actually checking that it does indeed have xlocale.h.

As far as I can tell, there is no way to perform such a check on SCons, so I
think the define should be removed, and the corresponding functionality [1]
will not work when built from scons.

Is there any other alternative?

[1]
/**
 * Wrapper around strtod which uses the "C" locale so the decimal
 * point is always '.'
 */

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to