comparison auto/feature @ 3367:568a854383f9

test invalid --with-ld-opt in right place
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Nov 2009 22:02:04 +0000
parents dad4423ef56a
children e294f37401c0
comparison
equal deleted inserted replaced
3366:b44a7159c5fb 3367:568a854383f9
37 37
38 END 38 END
39 39
40 40
41 ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS $ngx_feature_inc_path \ 41 ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS $ngx_feature_inc_path \
42 -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_LD_OPT $ngx_feature_libs" 42 -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_TEST_LD_OPT $ngx_feature_libs"
43 43
44 ngx_feature_inc_path= 44 ngx_feature_inc_path=
45 45
46 eval "/bin/sh -c \"$ngx_test\" >> $NGX_AUTOCONF_ERR 2>&1" 46 eval "/bin/sh -c \"$ngx_test\" >> $NGX_AUTOCONF_ERR 2>&1"
47 47