Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa110fe commit a537df8Copy full SHA for a537df8
1 file changed
config.m4
@@ -139,7 +139,7 @@ if test "$PHP_REDIS" != "no"; then
139
AC_MSG_CHECKING([for php msgpack version >= 2.0.3])
140
MSGPACK_VERSION=`$EGREP "define PHP_MSGPACK_VERSION" $msgpack_inc_path/ext/msgpack/php_msgpack.h | $SED -e 's/[[^0-9\.]]//g'`
141
if test `echo $MSGPACK_VERSION | $SED -e 's/[[^0-9]]/ /g' | $AWK '{print $1*1000 + $2*100 + $3*10 + $4}'` -lt 2030; then
142
- AC_MSG_ERROR([version $MSGPACK_VERSION is too old])
+ AC_MSG_ERROR([version >= 2.0.3 required])
143
else
144
AC_MSG_RESULT([yes])
145
fi
0 commit comments