diff options
author | Andi Gutmans <andi@php.net> | 2000-10-28 10:48:32 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-10-28 10:48:32 +0000 |
commit | b74d02dbe4a70a055871477ca147ebe06bf4603f (patch) | |
tree | ee308d43e0f0384becbc6277d66170389417118d | |
parent | 3dc7fc54a008eb64b799656b296e0fd09b48c7ff (diff) | |
download | php-git-b74d02dbe4a70a055871477ca147ebe06bf4603f.tar.gz |
- Fix from Sascha. It fixes errorneous inclusion of bz2
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 9df6457348..c10e1b8a3c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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,[ |