From: Gleb Smirnoff Date: Mon, 18 Feb 2013 11:35:28 +0000 (+0000) Subject: Configure: changed default compiler from "gcc" to "cc". X-Git-Tag: release-1.3.13~3 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=35c17ea6f55c202956dccdf11edcdcda432edebe;p=nginx.git Configure: changed default compiler from "gcc" to "cc". This allows to automatically pick the preferred system compiler on systems with multiple compilers. Reviewed by: mdounin, ru --- diff --git a/auto/options b/auto/options index a75bead54..150286d7b 100644 --- a/auto/options +++ b/auto/options @@ -15,7 +15,7 @@ NGX_LOCK_PATH= NGX_USER= NGX_GROUP= -CC=${CC:-gcc} +CC=${CC:-cc} CPP= NGX_OBJS=objs