From 9f34ebe23176b69359d327c291bf8aff2fcafaf4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 27 Nov 2009 22:02:04 +0000 Subject: test invalid --with-ld-opt in right place --- auto/feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/feature') diff --git a/auto/feature b/auto/feature index cd71e27b1..1bd334551 100644 --- a/auto/feature +++ b/auto/feature @@ -39,7 +39,7 @@ END ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS $ngx_feature_inc_path \ - -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_LD_OPT $ngx_feature_libs" + -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_TEST_LD_OPT $ngx_feature_libs" ngx_feature_inc_path= -- cgit