diff options
Diffstat (limited to 'auto/feature')
-rw-r--r-- | auto/feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/feature b/auto/feature index 55df46bc..dc58054c 100644 --- a/auto/feature +++ b/auto/feature @@ -37,7 +37,7 @@ END nxt_test="$CC $CFLAGS $NXT_CFLAGS $NXT_CC_OPT $NXT_TEST_CFLAGS \ $nxt_feature_inc_path -o $NXT_AUTOTEST $NXT_AUTOTEST.c \ - $NXT_LD_OPT $NXT_TEST_LIBS $nxt_feature_libs" + $nxt_feature_libs $NXT_LD_OPT $NXT_TEST_LIBS" # /bin/sh -c "(...)" is to intercept "Killed", "Abort trap", # "Segmentation fault", or other shell messages. |