Skip to content

Commit

Permalink
build: Fix ./configure --help
Browse files Browse the repository at this point in the history
Fixes: 49a5d48 ("configure: Fix VAR=value before --option")
  • Loading branch information
tavianator committed Aug 23, 2024
1 parent e38a17f commit 07ae989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ help() {
Usage:
\$ $0 [--enable-*|--disable-*] [--with-*|--without-*] [CC=...] [...]
\$ $MAKE $j
\$ $MAKE -j$(nproc)
Variables set in the environment or on the command line will be picked up:
Expand Down Expand Up @@ -61,7 +61,7 @@ Packaging:
This script is a thin wrapper around a makefile-based configuration system.
Any other arguments will be passed directly to the $MAKE invocation, e.g.
\$ $0 $j V=1
\$ $0 -j$(nproc) V=1
EOF
}

Expand Down

0 comments on commit 07ae989

Please sign in to comment.