From 26a5af8591ca79eb32ca5d510d8be06527b12fc1 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 18 Jul 2022 12:46:35 +0200 Subject: 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. --- configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure') 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 - ;; - ""|--*) ;; -- cgit