Skip to content

Commit

Permalink
CONFIGURE: Fix build under et_EE locale
Browse files Browse the repository at this point in the history
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.

From ScummVM's b65365e0d314bff91f5fb3c4fbdd3da7944ea7a2
  • Loading branch information
giucam committed Feb 9, 2013
1 parent 073e5ee commit 7f0ee6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f0ee6d

Please sign in to comment.