mirror of
https://github.com/php/pecl-math-trader.git
synced 2026-03-23 23:42:22 +01:00
Fix arg description
git-svn-id: http://svn.php.net/repository/pecl/trader/trunk@344312 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// $Id$
|
||||
// vim:ft=javascript
|
||||
|
||||
ARG_ENABLE("trader", "enable ta support", "no");
|
||||
ARG_ENABLE("trader", "enable trader support", "no");
|
||||
|
||||
if (PHP_TRADER != "no") {
|
||||
if( CHECK_HEADER_ADD_INCLUDE("ta_func.h", "CFLAGS_TRADER", PHP_TRADER + ";" + configure_module_dirname + "\\ta-lib\\include") &&
|
||||
|
||||
Reference in New Issue
Block a user