From: Lee Howard Date: Thu, 22 Jul 2004 21:36:34 +0000 (+0000) Subject: Bug 560: set the default language for the build process to prevent X-Git-Tag: HYLAFAX-4_2_0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1b4e468564cd9ba8d31455a2d481ebebe5fd35b;p=thirdparty%2FHylaFAX.git Bug 560: set the default language for the build process to prevent internationalization of (for example, gcc) from causing problems --- diff --git a/CHANGES b/CHANGES index fb2f225b..ccae36cb 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ Changelog for HylaFAX 4.2.0 +* prevent internationalization from interfering with build (22 Jul 2004) * restrict faxq to prepare only single-strip TIFF data (29 Jun 2004) * only use normal and fine resolutions when not using XVRes (28 Jun 2004) * limit fax retrains to allowed moments (28 Jun 2004) diff --git a/configure b/configure index 0f88b904..24f59f3c 100755 --- a/configure +++ b/configure @@ -291,6 +291,7 @@ test -d /usr/local/bin && PATH=/usr/local/bin:$PATH # for GNU stuff PATH=$PATH:$OPATH POSIXLY_CORRECT=1; export POSIXLY_CORRECT # disable GNU extensions +LC_ALL=C; export LC_ALL # set a common language # # Error diagnostics that should go to the terminal are