dnl $Id: config.m4,v 1.5 2002/04/11 02:19:48 andrei Exp $ dnl config.m4 for sqpane module PHP_GTK_ARG_ENABLE(sqpane,for GtkSQPane support, [ --disable-sqpane Disable GtkSQPane support ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ],yes) if test "$PHP_GTK_SQPANE" != "no"; then AC_DEFINE(HAVE_SQPANE,1,[sqpane support]) PHP_GTK_EXTENSION(sqpane, $php_gtk_ext_shared, php_sqpane.c gtksqpane.c, gen_sqpane.c) fi