diff options
| author | foobar <sniper@php.net> | 2003-01-21 06:02:19 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-01-21 06:02:19 +0000 |
| commit | 961c9856ef2871325d5eb06760acb454e1b39c9e (patch) | |
| tree | 1ace8697deb113977c1662e791b31f9615a0d9a9 | |
| parent | ceb597ea1a4109b847d434a6d868941b90c2e95d (diff) | |
| download | php-git-961c9856ef2871325d5eb06760acb454e1b39c9e.tar.gz | |
Fixed bug: #21698, httpd.conf not modified with "make install"
| -rw-r--r-- | sapi/apache2filter/config.m4 | 7 |
1 files 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*) |
