blob: a0822d1ce69c9cb6683634f7f00b06cec483bab8 [file] [log] [blame]
// $Id$
// vim:ft=javascript
// If your extension references something external, use ARG_WITH
// ARG_WITH("axis2", "for axis2 support", "no");
// Otherwise, use ARG_ENABLE
// ARG_ENABLE("axis2", "enable axis2 support", "no");
if (PHP_AXIS2 != "no") {
EXTENSION("axis2", "axis2.c");
}