]> granicus.if.org Git - php/commitdiff
MFH: Fix conditional
authorKalle Sommer Nielsen <kalle@php.net>
Mon, 11 May 2009 06:43:05 +0000 (06:43 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Mon, 11 May 2009 06:43:05 +0000 (06:43 +0000)
ext/phar/config.w32

index 33b90beeaf6b9dd6535aa7ef5b1eabf25d4a9ecd..93504f61fbd4b74945cab17c016beaf9c6d1cc89 100644 (file)
@@ -36,7 +36,7 @@ if (PHP_PHAR != "no") {
                }
        }
        if (PHP_HASH != "no") {
-               if (PHP_HASH_SHARED == "no") {
+               if (!PHP_HASH_SHARED) {
                        AC_DEFINE("PHAR_HASH_OK", 1);
                } else {
                        WARNING('Phar: sha256/sha512 signature support disabled if ext/hash is built shared');