diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-26 13:37:44 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-26 13:37:44 +0300 |
commit | 93f7104a653bd2e5fe2008eb8f42334d9df8542a (patch) | |
tree | bb0bfa2bf7b2af9b5514e4dfcdda316889c14074 /auto/modules/conf | |
parent | 0d65c896cfa45f5e3fef05d95c9409fd68ff45c8 (diff) | |
download | unit-93f7104a653bd2e5fe2008eb8f42334d9df8542a.tar.gz unit-93f7104a653bd2e5fe2008eb8f42334d9df8542a.tar.bz2 |
Added configure and command line option --help.
Diffstat (limited to 'auto/modules/conf')
-rw-r--r-- | auto/modules/conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/auto/modules/conf b/auto/modules/conf index e7f21b9e..8c0b7c0c 100644 --- a/auto/modules/conf +++ b/auto/modules/conf @@ -3,16 +3,6 @@ # Copyright (C) NGINX, Inc. -if [ ! -f $NXT_AUTOCONF_DATA ]; then - echo - echo Please run common $0 before configuring module \"$nxt_module\". - echo - exit 1 -fi - -. $NXT_AUTOCONF_DATA - - case "$nxt_module" in python) |