carlwgeorge / rpms / php

Forked from rpms/php 5 years ago
Clone
cvsdist f03e0ee
--- php-4.3.3/sapi/apache2handler/config.m4.install
cvsdist f03e0ee
+++ php-4.3.3/sapi/apache2handler/config.m4
cvsdist f03e0ee
@@ -59,7 +59,7 @@
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' \
cvsdist f03e0ee
                        -i -n php4"