summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index e4b4d72d..36215198 100644
--- a/auto/options
+++ b/auto/options
@@ -44,6 +44,8 @@ NXT_LIB_UNIT_TEST=NO
NXT_PYTHON=python
NXT_PYTHON_MODULE=NO
+NXT_PHP=php
+NXT_PHP_MODULE=NO
for nxt_option
do
@@ -93,6 +95,9 @@ do
--with-python=*) NXT_PYTHON="$value" ;;
--with-python_module) NXT_PYTHON_MODULE=YES ;;
+ --with-php=*) NXT_PHP="$value" ;;
+ --with-php_module) NXT_PHP_MODULE=YES ;;
+
*)
$echo
$echo "$0: error: invalid option \"$nxt_option\"".