Skip to content

Commit 7db9c2a

Browse files
committed
Fixed typo in configure message
1 parent db5f671 commit 7db9c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hash/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313

1414
if test $ac_cv_c_bigendian_php = yes; then
1515
EXT_HASH_SHA3_SOURCES="hash_sha3.c"
16-
AC_DEFINE(HAVE_SLOW_HASH3, 1, [Define is hash3 algo is available])
16+
AC_DEFINE(HAVE_SLOW_HASH3, 1, [Define if hash3 algo is available])
1717
AC_MSG_WARN("Use SHA3 slow implementation on bigendian")
1818
else
1919
AC_CHECK_SIZEOF([long])

0 commit comments

Comments
 (0)