]> granicus.if.org Git - php/commitdiff
Fixed a typo.
authorfoobar <sniper@php.net>
Thu, 18 Jan 2001 15:09:35 +0000 (15:09 +0000)
committerfoobar <sniper@php.net>
Thu, 18 Jan 2001 15:09:35 +0000 (15:09 +0000)
ext/sablot/config.m4

index 5895005edd915a72e9a20a5eb8e922a17379b371..b50b92177321587b6522d2b70ed7768b457abeea 100644 (file)
@@ -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