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