diff auto/options @ 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 ca794c55c43f
children c0f7b94e88ba
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