From 8fdf6abb81e7363f5040dc70d366531907f45496 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 21 Jan 2003 06:03:16 +0000 Subject: [PATCH] MFH: Fixed bug: #21698, httpd.conf not modified with "make install" --- sapi/apache2filter/config.m4 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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*) -- 2.50.1