early C compiler test

This commit is contained in:
Igor Sysoev
2006-12-23 20:31:14 +00:00
parent b8fec51723
commit 48ae1ac29b
3 changed files with 31 additions and 13 deletions

3
auto/configure vendored
View File

@@ -35,14 +35,15 @@ if test -z "$NGX_PLATFORM"; then
else
echo "building for $NGX_PLATFORM"
NGX_SYSTEM=$NGX_PLATFORM
fi
. auto/cc/conf
if [ "$NGX_PLATFORM" != win32 ]; then
. auto/headers
fi
. auto/cc/conf
. auto/os/conf
if [ "$NGX_PLATFORM" != win32 ]; then