mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 23:00:25 +01:00
Use LC_NUMERIC=C so that decimal separator works in version checks.
This commit is contained in:
parent
d4ae84f397
commit
2cd01deb4d
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-02-13 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* autogen.sh (LC_NUMERIC): Use LC_NUMERIC=C so that decimal
|
||||
separator works in version checks.
|
||||
|
||||
2005-02-12 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* src/cairo_gstate.c (_cairo_gstate_clip_and_composite_trapezoids): Fix
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ libtoolize_min_vers=1.4
|
|||
|
||||
# The awk-based string->number conversion we use needs a C locale to work as expected.
|
||||
LANG=C
|
||||
LC_NUMERIC=C
|
||||
|
||||
ARGV0=$0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue