]> granicus.if.org Git - php/commitdiff
- Fix from Sascha. It fixes errorneous inclusion of bz2
authorAndi Gutmans <andi@php.net>
Sat, 28 Oct 2000 10:48:32 +0000 (10:48 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 28 Oct 2000 10:48:32 +0000 (10:48 +0000)
acinclude.m4

index 9df64573481c32848db02592b8d7f1349a780637..c10e1b8a3cc615a0cf8d03f72304880405078c82 100644 (file)
@@ -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,[