summaryrefslogtreecommitdiff
path: root/ext/bz2/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bz2/config.m4')
-rw-r--r--ext/bz2/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/config.m4 b/ext/bz2/config.m4
index 55917c07f4..9a4851e0d1 100644
--- a/ext/bz2/config.m4
+++ b/ext/bz2/config.m4
@@ -24,7 +24,7 @@ if test "$PHP_BZ2" != "no"; then
AC_MSG_ERROR(Please reinstall the BZip2 distribution)
fi
- PHP_CHECK_LIBRARY(bz2, BZ2_bzerror,
+ PHP_CHECK_LIBRARY(bz2, BZ2_bzerror,
[
PHP_ADD_INCLUDE($BZIP_DIR/include)
PHP_ADD_LIBRARY_WITH_PATH(bz2, $BZIP_DIR/$PHP_LIBDIR, BZ2_SHARED_LIBADD)