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 db5f671 commit 7db9c2aCopy full SHA for 7db9c2a
ext/hash/config.m4
@@ -13,7 +13,7 @@ fi
13
14
if test $ac_cv_c_bigendian_php = yes; then
15
EXT_HASH_SHA3_SOURCES="hash_sha3.c"
16
- AC_DEFINE(HAVE_SLOW_HASH3, 1, [Define is hash3 algo is available])
+ AC_DEFINE(HAVE_SLOW_HASH3, 1, [Define if hash3 algo is available])
17
AC_MSG_WARN("Use SHA3 slow implementation on bigendian")
18
else
19
AC_CHECK_SIZEOF([long])
0 commit comments