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:
Gleb Smirnoff 2013-02-18 11:35:28 +00:00
parent e876cc4910
commit ec6e4ad6ab

View file

@ -15,7 +15,7 @@ NGX_LOCK_PATH=
NGX_USER=
NGX_GROUP=
CC=${CC:-gcc}
CC=${CC:-cc}
CPP=
NGX_OBJS=objs