diff options
Diffstat (limited to 'ext/bz2/config.m4')
| -rw-r--r-- | ext/bz2/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/config.m4 b/ext/bz2/config.m4 index 3e6aa78d05..55917c07f4 100644 --- a/ext/bz2/config.m4 +++ b/ext/bz2/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(bz2, for BZip2 support, -[ --with-bz2[=DIR] Include BZip2 support]) +[ --with-bz2[=DIR] Include BZip2 support]) if test "$PHP_BZ2" != "no"; then if test -r $PHP_BZ2/include/bzlib.h; then |
