changeset 5071:e14b49c12a73

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
author Gleb Smirnoff <glebius@nginx.com>
date Mon, 18 Feb 2013 11:35:28 +0000
parents 3099747ddbb5
children 7fa7e60a7f66
files auto/options
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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