mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Fix from Sascha. It fixes errorneous inclusion of bz2
This commit is contained in:
parent
3dc7fc54a0
commit
b74d02dbe4
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ dnl Sets PHP_ARG_NAME either to the user value or to the default value.
|
|||
dnl default-val defaults to no.
|
||||
dnl
|
||||
AC_DEFUN(PHP_ARG_WITH,[
|
||||
PHP_REAL_ARG_WITH([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z-,A-Z_))
|
||||
PHP_REAL_ARG_WITH([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_))
|
||||
])
|
||||
|
||||
AC_DEFUN(PHP_REAL_ARG_WITH,[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue