carlwgeorge / rpms / php

Forked from rpms/php 5 years ago
Clone
fc5ff27
diff -up php5.3-200812131330/sapi/apache2handler/config.m4.install php5.3-200812131330/sapi/apache2handler/config.m4
fc5ff27
--- php5.3-200812131330/sapi/apache2handler/config.m4.install	2008-03-12 00:31:53.000000000 +0100
fc5ff27
+++ php5.3-200812131330/sapi/apache2handler/config.m4	2008-12-13 16:20:06.000000000 +0100
2b2e42f
@@ -68,7 +68,7 @@ if test "$PHP_APXS2" != "no"; then
cvsdist f03e0ee
   fi
cvsdist f03e0ee
 
cvsdist f03e0ee
   APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
cvsdist f03e0ee
-  if test -z `$APXS -q SYSCONFDIR`; then
cvsdist f03e0ee
+  if true; then
cvsdist f03e0ee
     INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \
cvsdist f03e0ee
                  $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
2b2e42f
                        -i -n php5"