Skip to content

Commit 1b05bca

Browse files
committed
Remove superfluous ext/hash/murmur include on Windows
1 parent 7ed21e6 commit 1b05bca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/hash/config.w32

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ if (!CHECK_HEADER_ADD_INCLUDE('KeccakHash.h', 'CFLAGS_HASH', hash_sha3_dir)) {
3030
ADD_FLAG('CFLAGS_HASH', '/DKeccakP200_excluded /DKeccakP400_excluded /DKeccakP800_excluded /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
3131

3232
var hash_murmur_dir = 'ext/hash/murmur';
33-
if (!CHECK_HEADER_ADD_INCLUDE('PMurHash.h', 'CFLAGS_HASH', hash_murmur_dir)) {
34-
ERROR('Unable to locate murmur headers');
35-
}
3633
ADD_SOURCES(hash_murmur_dir, 'PMurHash.c PMurHash128.c', 'hash');
3734

3835
PHP_INSTALL_HEADERS('ext/hash', 'php_hash.h php_hash_md.h php_hash_sha.h ' +

0 commit comments

Comments
 (0)