]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 560: set the default language for the build process to prevent
authorLee Howard <faxguy@howardsilvan.com>
Thu, 22 Jul 2004 21:36:34 +0000 (21:36 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Thu, 22 Jul 2004 21:36:34 +0000 (21:36 +0000)
         internationalization of (for example, gcc) from causing problems

CHANGES
configure

diff --git a/CHANGES b/CHANGES
index fb2f225b42ab00af593c6ec417a89d1267902b2f..ccae36cb9fb471a7f6a69cc2d206c382f66c4ffa 100644 (file)
--- 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)
index 0f88b9040838475a133693f26048a7892edc5067..24f59f3c11a8e55b5811e5e4bf81a70b5d8c19ed 100755 (executable)
--- 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