From: foobar Date: Thu, 18 Jan 2001 15:09:35 +0000 (+0000) Subject: Fixed a typo. X-Git-Tag: php-4.0.5RC1~531 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdb2651c1de88c6e3446f52512484d61de5d6ce2;p=php Fixed a typo. --- diff --git a/ext/sablot/config.m4 b/ext/sablot/config.m4 index 5895005edd..b50b921773 100644 --- a/ext/sablot/config.m4 +++ b/ext/sablot/config.m4 @@ -45,7 +45,7 @@ if test "$PHP_SABLOT" != "no"; then fi done - if test "$testval" == "no"; then + if test "$testval" = "no"; then AC_ADD_LIBRARY(xmlparse) AC_ADD_LIBRARY(xmltok) fi