summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-07-18 12:46:35 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-07-18 18:33:59 +0200
commit26a5af8591ca79eb32ca5d510d8be06527b12fc1 (patch)
tree0b17fbd8a77a934e690fd8d5d6da042b26465c9c /configure
parent8c5e2d5ce5cc31649f8900621d1b92d66100a687 (diff)
downloadunit-26a5af8591ca79eb32ca5d510d8be06527b12fc1.tar.gz
unit-26a5af8591ca79eb32ca5d510d8be06527b12fc1.tar.bz2
Removed duplicate handling of './configure --help'.
That is already handled in auto/options. It is better suited there, since it's an option, and not a module, and also because it makes use of variables declared there.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index bc21e579..ea86e18e 100755
--- a/configure
+++ b/configure
@@ -48,11 +48,6 @@ NXT_GROUP=
nxt_module=${1:-""}
case $nxt_module in
- --help)
- . auto/help
- exit 0
- ;;
-
""|--*)
;;