mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
- Revert -a to -A change, bad idea: It disables EXISTING lines too!
This commit is contained in:
@@ -76,7 +76,7 @@ AC_ARG_WITH(apxs2filter,
|
||||
\$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
|
||||
$APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
|
||||
-S SYSCONFDIR='$APXS_SYSCONFDIR' \
|
||||
-i -A -n php5"
|
||||
-i -a -n php5"
|
||||
fi
|
||||
|
||||
case $host_alias in
|
||||
|
||||
@@ -75,7 +75,7 @@ AC_ARG_WITH(apxs2,
|
||||
\$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
|
||||
$APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
|
||||
-S SYSCONFDIR='$APXS_SYSCONFDIR' \
|
||||
-i -A -n php5"
|
||||
-i -a -n php5"
|
||||
fi
|
||||
|
||||
case $host_alias in
|
||||
|
||||
Reference in New Issue
Block a user