sniper Thu Jan 18 07:09:35 2001 EDT
Modified files:
/php4/ext/sablot config.m4
Log:
Fixed a typo.
Index: php4/ext/sablot/config.m4
diff -u php4/ext/sablot/config.m4:1.12 php4/ext/sablot/config.m4:1.13
--- php4/ext/sablot/config.m4:1.12 Thu Jan 11 10:25:33 2001
+++ php4/ext/sablot/config.m4 Thu Jan 18 07:09:35 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.12 2001/01/11 18:25:33 sniper Exp $
+dnl $Id: config.m4,v 1.13 2001/01/18 15:09:35 sniper Exp $
dnl config.m4 for extension Sablot
PHP_ARG_WITH(expat-dir, for Sablotron XSL support,
@@ -45,7 +45,7 @@
fi
done
- if test "$testval" == "no"; then
+ if test "$testval" = "no"; then
AC_ADD_LIBRARY(xmlparse)
AC_ADD_LIBRARY(xmltok)
fi
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]