configure on Solaris fixed
This commit is contained in:
parent
3d27592e55
commit
5a87dab604
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ case ".$NGX_HTTP_LOG_PATH" in
|
|||
esac
|
||||
|
||||
|
||||
if test -e man/nginx.8 ; then
|
||||
if test -f man/nginx.8 ; then
|
||||
NGX_MAN=man/nginx.8
|
||||
else
|
||||
NGX_MAN=docs/man/nginx.8
|
||||
|
|
Loading…
Reference in a new issue