1 Commits

Author SHA1 Message Date
SVN Migration
a696708c54 This commit was manufactured by cvs2svn to create tag 'RELEASE_0_2'. 2006-01-25 20:15:05 +00:00

View File

@@ -4,7 +4,6 @@
ARG_ENABLE("operator", "enable operator overload support", "no");
if (PHP_OPERATOR != "no") {
AC_DEFINE("ZEND_VM_KIND", 1, "CFLAGS_OPERATOR");
EXTENSION("operator", "operator.c");
}