fixed web root
This commit is contained in:
parent
c24d9190b2
commit
39b14ca07f
|
@ -89,7 +89,11 @@ AC_ARG_WITH(httpd-group,
|
||||||
)
|
)
|
||||||
AC_SUBST(HTTPD_GROUP)
|
AC_SUBST(HTTPD_GROUP)
|
||||||
|
|
||||||
WEB_ROOT=${prefix}
|
if test ${prefix} = NONE; then
|
||||||
|
WEB_ROOT=${ac_default_prefix}
|
||||||
|
else
|
||||||
|
WEB_ROOT=${prefix}
|
||||||
|
fi
|
||||||
AC_ARG_WITH(web-root,
|
AC_ARG_WITH(web-root,
|
||||||
[ --with-web-root=PATH Specify where the LAM files that the web server
|
[ --with-web-root=PATH Specify where the LAM files that the web server
|
||||||
uses should be installed.
|
uses should be installed.
|
||||||
|
|
Loading…
Reference in New Issue