Skip to content

Commit

Permalink
Revise system libbson version check error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Oct 26, 2015
1 parent a50517c commit b1e9ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Expand Up @@ -305,7 +305,7 @@ PHP_ARG_WITH(libbson, Use system libbson,
LIBBSON_VER=`$PKG_CONFIG libbson-1.0 --modversion`
AC_MSG_RESULT(version $LIBBSON_VER found)
else
AC_MSG_ERROR(system libbson must be upgraded to version >= 1.2.0-beta)
AC_MSG_ERROR(system libbson must be upgraded to version >= 1.2.0)
fi
else
AC_MSG_ERROR(pkgconfig and libbson must be installed)
Expand Down

0 comments on commit b1e9ca9

Please sign in to comment.