Skip to content

Commit b1e9ca9

Browse files
committed
Revise system libbson version check error message
1 parent a50517c commit b1e9ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ PHP_ARG_WITH(libbson, Use system libbson,
305305
LIBBSON_VER=`$PKG_CONFIG libbson-1.0 --modversion`
306306
AC_MSG_RESULT(version $LIBBSON_VER found)
307307
else
308-
AC_MSG_ERROR(system libbson must be upgraded to version >= 1.2.0-beta)
308+
AC_MSG_ERROR(system libbson must be upgraded to version >= 1.2.0)
309309
fi
310310
else
311311
AC_MSG_ERROR(pkgconfig and libbson must be installed)

0 commit comments

Comments
 (0)