summaryrefslogtreecommitdiffhomepage
path: root/auto/feature
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2018-05-30 18:31:26 +0300
committerIgor Sysoev <igor@sysoev.ru>2018-05-30 18:31:26 +0300
commite54fb892a44705c5d6f81e0351070e368a6b38f1 (patch)
tree7628defba94db242fea926fc8b707795dfdc8b74 /auto/feature
parent38e40fa8577046182cd25536618a746ffa692499 (diff)
downloadunit-e54fb892a44705c5d6f81e0351070e368a6b38f1.tar.gz
unit-e54fb892a44705c5d6f81e0351070e368a6b38f1.tar.bz2
PHP: fixed building on MacOSX with --ld-opt= option.
Diffstat (limited to 'auto/feature')
-rw-r--r--auto/feature2
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.