./configure: added the default prefix value to the usage text.

This commit is contained in:
Yichun Zhang (agentzh) 2014-10-07 11:52:12 -07:00
parent 445ca90f06
commit 640108c6f5
1 changed files with 1 additions and 1 deletions

2
util/configure vendored
View File

@ -877,7 +877,7 @@ sub usage ($) {
my $msg = <<'_EOC_';
--help this message
--prefix=PATH set the installation prefix
--prefix=PATH set the installation prefix (default to /usr/local/openresty).
--with-debug enable the debugging logging and also enable -O0 -g for the C compiler.
this not only affects nginx, but also other components.