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

index d4bc499c82603480357116044a957d0e1ed78ca2..b880590c081ca104bbc395d3a2226108b0194991 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');