- Revert -a to -A change, bad idea: It disables EXISTING lines too!

This commit is contained in:
foobar 2005-09-01 14:33:37 +00:00
parent 23a74267d9
commit 08b695a3e8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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