summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-08-04 08:21:22 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-08-04 08:21:22 +0300
commite62840cd54895266030c7aa875263411359483ee (patch)
tree58d03b40e009edfb07f87082be13a4f689f2f08c /auto/options
parentfc6c4fdeb6cdfb1cd7ef80f459083ddfbdae6816 (diff)
downloadunit-e62840cd54895266030c7aa875263411359483ee.tar.gz
unit-e62840cd54895266030c7aa875263411359483ee.tar.bz2
Introducing configure option --with-php-ldflags=.
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index e9f41ff7..594a5ab8 100644
--- a/auto/options
+++ b/auto/options
@@ -45,6 +45,7 @@ NXT_PYTHON=python
NXT_PYTHON_MODULE=NO
NXT_PHP=php
+NXT_PHP_LDFLAGS=
NXT_PHP_MODULE=NO
NXT_GO=go
@@ -99,6 +100,7 @@ do
--with-python_module) NXT_PYTHON_MODULE=YES ;;
--with-php=*) NXT_PHP="$value" ;;
+ --with-php-ldflags=*) NXT_PHP_LDFLAGS="$value" ;;
--with-php_module) NXT_PHP_MODULE=YES ;;
--with-go=*) NXT_GO="$value" ;;