| # Copyright (C) Igor Sysoev |
| echo $ngx_n "checking for C compiler ...$ngx_c" |
| if `$NGX_WINE $CC -v 2>&1 \ |
| | grep '^Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13' \ |
| echo " Microsoft Visual C++ 7 compiler" |
| echo " Microsoft Visual C++ compiler" |
| if [ "$CC" = wcl386 ]; then |
| echo " Open Watcom C compiler" |
| if [ "$CC" = bcc32 ]; then |
| echo " Borland C++ compiler" |
| if `$CC -v 2>&1 | grep 'gcc version' 2>&1 >/dev/null`; then |
| if `$CC -V 2>&1 | grep '^Intel(R) C' 2>&1 >/dev/null`; then |
| echo " Intel C++ compiler" |
| if `$CC -V 2>&1 | grep 'Sun C' 2>&1 >/dev/null`; then |
| if `$CC -V 2>&1 | grep '^Compaq C' 2>&1 >/dev/null`; then |
| echo " Compaq C compiler" |
| if `$CC -V 2>&1 | grep '^aCC: ' 2>&1 >/dev/null`; then |