Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a537df8

Browse files
Bikeshedding error message
1 parent aa110fe commit a537df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ if test "$PHP_REDIS" != "no"; then
139139
AC_MSG_CHECKING([for php msgpack version >= 2.0.3])
140140
MSGPACK_VERSION=`$EGREP "define PHP_MSGPACK_VERSION" $msgpack_inc_path/ext/msgpack/php_msgpack.h | $SED -e 's/[[^0-9\.]]//g'`
141141
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])
142+
AC_MSG_ERROR([version >= 2.0.3 required])
143143
else
144144
AC_MSG_RESULT([yes])
145145
fi

0 commit comments

Comments
 (0)