Reviewed By: dweatherford
Test Plan: dev026 build
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665319
13f79535-47bb-0310-9956-
ffa450edef68
PHP_ARG_ENABLE(thrift_protocol, whether to enable the thrift_protocol extension,
[ --enable-thrift_protocol Enable the fbthrift_protocol extension])
-if test "$PHP_THRIFT_PROTOCOL" == "yes"; then
+if test "$PHP_THRIFT_PROTOCOL" != "no"; then
PHP_REQUIRE_CXX()
PHP_NEW_EXTENSION(thrift_protocol, php_thrift_protocol.cpp, $ext_shared)
fi