sniper          Tue Jan 21 01:02:21 2003 EDT

  Modified files:              
    /php4/sapi/apache2filter    config.m4 
  Log:
  Fixed bug: #21698, httpd.conf not modified with "make install"
  
Index: php4/sapi/apache2filter/config.m4
diff -u php4/sapi/apache2filter/config.m4:1.25 php4/sapi/apache2filter/config.m4:1.26
--- php4/sapi/apache2filter/config.m4:1.25      Mon Sep 23 13:40:04 2002
+++ php4/sapi/apache2filter/config.m4   Tue Jan 21 01:02:19 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.25 2002/09/23 17:40:04 dreid Exp $
+dnl $Id: config.m4,v 1.26 2003/01/21 06:02:19 sniper Exp $
 dnl
 
 AC_MSG_CHECKING(for Apache 2.0 module support via DSO through APXS)
@@ -52,13 +52,12 @@
 
   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*)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to