From bdb2651c1de88c6e3446f52512484d61de5d6ce2 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 18 Jan 2001 15:09:35 +0000 Subject: [PATCH] Fixed a typo. --- ext/sablot/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0