12 lines
393 B
Diff
12 lines
393 B
Diff
|
--- php-4.3.3/sapi/apache2handler/config.m4.install
|
||
|
+++ php-4.3.3/sapi/apache2handler/config.m4
|
||
|
@@ -59,7 +59,7 @@
|
||
|
fi
|
||
|
|
||
|
APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
|
||
|
- if test -z `$APXS -q SYSCONFDIR`; then
|
||
|
+ if true; then
|
||
|
INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \
|
||
|
$APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
|
||
|
-i -n php4"
|