CONFIGURE: Fix build under et_EE locale
Freetype-config reports a broken include dir when et_EE locale is used. We set LC_ALL and LANGUAGE to "C" explicitly like autoconf does to force consistent behavior.
This commit is contained in:
parent
cef07f30d8
commit
b65365e0d3
1 changed files with 6 additions and 0 deletions
6
configure
vendored
6
configure
vendored
|
@ -21,6 +21,12 @@
|
|||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# NLS nuisances.
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
LANGUAGE=C
|
||||
export LANGUAGE
|
||||
|
||||
# Save the current environment variables for next runs
|
||||
SAVED_CONFIGFLAGS=$@
|
||||
SAVED_LDFLAGS=$LDFLAGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue