Skip to content

Commit 525c346

Browse files
committed
Fix typo
1 parent 3d06ca6 commit 525c346

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
@@ -22,7 +22,7 @@ if test "$PHP_CRC_FAST" != "no"; then
2222
fi
2323

2424
if test "$php_version" -lt "80100"; then
25-
AC_MSG_ERROR([You need at least PHP 8.1.0 to be able to use this version of simdutf. PHP $php_version found])
25+
AC_MSG_ERROR([You need at least PHP 8.1.0 to be able to use this version of crc_fast. PHP $php_version found])
2626
else
2727
AC_MSG_RESULT([$php_version, ok])
2828
fi

0 commit comments

Comments
 (0)