[nginx] svn commit: r4762 - trunk/auto

ru at nginx.com ru at nginx.com
Tue Jul 24 15:16:09 UTC 2012


Author: ru
Date: 2012-07-24 15:16:09 +0000 (Tue, 24 Jul 2012)
New Revision: 4762
URL: http://trac.nginx.org/nginx/changeset/4762/nginx

Log:
Made sure to run configure in a "C" locale.

Otherwise, we may fail to properly detect a version of compiler.


Modified:
   trunk/auto/configure

Modified: trunk/auto/configure
===================================================================
--- trunk/auto/configure	2012-07-24 15:13:34 UTC (rev 4761)
+++ trunk/auto/configure	2012-07-24 15:16:09 UTC (rev 4762)
@@ -4,6 +4,9 @@
 # Copyright (C) Nginx, Inc.
 
 
+LC_ALL=C
+export LC_ALL
+
 . auto/options
 . auto/init
 . auto/sources



More information about the nginx-devel mailing list