# HG changeset patch # User Gleb Smirnoff # Date 1361187328 0 # Node ID e14b49c12a73d0586357d1d8a1b3c55618e14c13 # Parent 3099747ddbb5e1eef4d16cd2768a8e8c1406d4ce 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 --- 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