summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/hash/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/config.w32 b/ext/hash/config.w32
index 1112142bbb..6f04fd6bf0 100644
--- a/ext/hash/config.w32
+++ b/ext/hash/config.w32
@@ -29,7 +29,7 @@ if (PHP_HASH != "no") {
"php_hash_haval.h php_hash_tiger.h php_hash_gost.h php_hash_snefru.h " +
"php_hash_whirlpool.h php_hash_adler32.h php_hash_crc32.h php_hash_sha3.h ");
} else {
- WARNING("gd not enabled; libraries and headers not found");
+ WARNING("hash not enabled; libraries and headers not found");
}
}