diff options
Diffstat (limited to 'sapi/phttpd/config.m4')
-rw-r--r-- | sapi/phttpd/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phttpd/config.m4 b/sapi/phttpd/config.m4 index 516ec6b433..038fbc8e8a 100644 --- a/sapi/phttpd/config.m4 +++ b/sapi/phttpd/config.m4 @@ -14,7 +14,7 @@ AC_ARG_WITH(phttpd, AC_DEFINE(HAVE_PHTTPD,1,[Whether you have phttpd]) PHP_SAPI=phttpd PHP_BUILD_SHARED - INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED $PHTTPD_DIR/modules/" + INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PHTTPD_DIR/modules/" RESULT=yes ]) AC_MSG_RESULT($RESULT) |