carlwgeorge / rpms / php

Forked from rpms/php 5 years ago
Clone
2b2e42f
--- php-5.2.8/sapi/apache2handler/config.m4.install
2b2e42f
+++ php-5.2.8/sapi/apache2handler/config.m4
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"