From: foobar Date: Tue, 21 Jan 2003 06:03:16 +0000 (+0000) Subject: MFH: Fixed bug: #21698, httpd.conf not modified with "make install" X-Git-Tag: PHP_4_3_before_13561_fix~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fdf6abb81e7363f5040dc70d366531907f45496;p=php MFH: Fixed bug: #21698, httpd.conf not modified with "make install" --- diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index 2eac849aa4..1f7fd93398 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -52,13 +52,12 @@ AC_ARG_WITH(apxs2, APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` if test -z `$APXS -q SYSCONFDIR`; then - optarg=-a - else optarg= + else + optarg=-a fi - INSTALL_IT='$(mkinstalldirs) '"$APXS_LIBEXECDIR && \ -$APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' -i ${optarg}-n php4" + INSTALL_IT='$(mkinstalldirs) '"$APXS_LIBEXECDIR && $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' -i ${optarg} -n php4" case $host_alias in *aix*)