dnl $Id: config.m4,v 1.1 2006/11/30 01:54:09 pajoye Exp $ dnl config.m4 for extension htscanner PHP_ARG_ENABLE(htscanner, whether to enable htscanner support, [ --enable-htscanner Enable htscanner support]) if test "$PHP_HTSCANNER" != "no"; then PHP_NEW_EXTENSION(htscanner, htscanner.c, $ext_shared) fi