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
This commit is contained in:
parent
e876cc4910
commit
ec6e4ad6ab
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ NGX_LOCK_PATH=
|
|||
NGX_USER=
|
||||
NGX_GROUP=
|
||||
|
||||
CC=${CC:-gcc}
|
||||
CC=${CC:-cc}
|
||||
CPP=
|
||||
NGX_OBJS=objs
|
||||
|
||||
|
|
Loading…
Reference in a new issue