From 35c17ea6f55c202956dccdf11edcdcda432edebe Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Mon, 18 Feb 2013 11:35:28 +0000 Subject: [PATCH] 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 --- auto/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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