dnl $Id: config.m4,v 1.1 2007/11/02 23:26:38 ohill Exp $ dnl config.m4 for extension doublemetaphone PHP_ARG_ENABLE(doublemetaphone, whether to enable Double Metaphone support, [ --enable-doublemetaphone Enable Double Metaphone support], no) if test "$PHP_DOUBLEMETAPHONE" != "no"; then PHP_NEW_EXTENSION(doublemetaphone, double_metaphone.c, $ext_shared) fi