]> git.kaiwu.me - nginx.git/commitdiff
Configure: changed default compiler from "gcc" to "cc".
authorGleb Smirnoff <glebius@nginx.com>
Mon, 18 Feb 2013 11:35:28 +0000 (11:35 +0000)
committerGleb Smirnoff <glebius@nginx.com>
Mon, 18 Feb 2013 11:35:28 +0000 (11:35 +0000)
This allows to automatically pick the preferred system compiler on
systems with multiple compilers.

Reviewed by: mdounin, ru

auto/options

index a75bead5473fcf7e8db02e8d952ca6a14280af09..150286d7bc357348e178227acc9f03aa8f11e3a9 100644 (file)
@@ -15,7 +15,7 @@ NGX_LOCK_PATH=
 NGX_USER=
 NGX_GROUP=
 
-CC=${CC:-gcc}
+CC=${CC:-cc}
 CPP=
 NGX_OBJS=objs