comparison auto/feature @ 946:756e8a5b1f78

early C compiler test
author Igor Sysoev <igor@sysoev.ru>
date Sat, 23 Dec 2006 20:31:14 +0000
parents 7af8276b1c2f
children dad4423ef56a
comparison
equal deleted inserted replaced
945:3a126fca07fc 946:756e8a5b1f78
39 ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS $ngx_feature_inc_path \ 39 ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS $ngx_feature_inc_path \
40 -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_LD_OPT $ngx_feature_libs" 40 -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_LD_OPT $ngx_feature_libs"
41 41
42 ngx_feature_inc_path= 42 ngx_feature_inc_path=
43 43
44 eval "$ngx_test >> $NGX_AUTOCONF_ERR 2>&1" 44 eval "/bin/sh -c \"$ngx_test\" >> $NGX_AUTOCONF_ERR 2>&1"
45 45
46 46
47 if [ -x $NGX_AUTOTEST ]; then 47 if [ -x $NGX_AUTOTEST ]; then
48 48
49 case "$ngx_feature_run" in 49 case "$ngx_feature_run" in