1 Star 0 Fork 60

zhanglei / php screw plus

forked from delxiong / php screw plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.m4 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
Del Xiong 提交于 2016-06-22 13:38 . screw plus base version
dnl config.m4 for extension php_screw_plus
dnl don't forget to call PHP_EXTENSION(php_screw_plus)
dnl If your extension references something external, use with:
PHP_ARG_WITH(php_screw_plus, for php_screw_plus support,
dnl Make sure that the comment is aligned:
[ --with-php_screw_plus Include php_screw_plus support])
dnl Otherwise use enable:
PHP_ARG_ENABLE(php_screw_plus, whether to enable php_screw_plus support,
dnl Make sure that the comment is aligned:
[ --enable-php_screw_plus Enable php_screw_plus support])
if test "$PHP_php_screw" != "no"; then
dnl Action..
PHP_EXTENSION(php_screw_plus, $ext_shared)
fi
1
https://gitee.com/zhanglei/php-screw-plus.git
git@gitee.com:zhanglei/php-screw-plus.git
zhanglei
php-screw-plus
php screw plus
master

搜索帮助