[PATCH] 0.7.5: Fix build with et_EE (Estoian) locale
Advanced PNG optimization program
Status: Beta
Brought to you by:
cosmin
Hi!
Please excuse my brevity. I think I failed to send this patch upstream earlier. It wold be cool, if you could include it with the next release.
Original bug report in Gentoo:
https://bugs.gentoo.org/show_bug.cgi?id=522446
I'm happy to answer any questions.
Best, Sebastian
This is a very interesting thing to learn about the Estonian locale. Thank you, Sebastian, for your contribution (and please extend my thanks to Priit Laes also).
Fixed in version 0.7.6.
I checked the 0.7.6 tar.gz release: The configure script shipped seems to be the unfixed version. Am I missing something?
It is fixed using Priit Laes' initial solution, which, from what I've seen, is customarily used in configure scripts. See the corresponding entry in history.txt.
export LC_ALL=C, I see, thanks.