Chris@0: // $Id$ Chris@0: // vim:ft=javascript Chris@0: Chris@0: // If your extension references something external, use ARG_WITH Chris@0: // ARG_WITH("symfony_debug", "for symfony_debug support", "no"); Chris@0: Chris@0: // Otherwise, use ARG_ENABLE Chris@0: // ARG_ENABLE("symfony_debug", "enable symfony_debug support", "no"); Chris@0: Chris@0: if (PHP_SYMFONY_DEBUG != "no") { Chris@0: EXTENSION("symfony_debug", "symfony_debug.c"); Chris@0: } Chris@0: