diff options
-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*) |