Merge of r4377: configure on Solaris fixed.

This commit is contained in:
Maxim Dounin 2012-02-05 12:28:35 +00:00
parent 3b898d19e8
commit d64f9f083f
1 changed files with 1 additions and 1 deletions

View File

@ -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