Return to config.m4 CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / sysvshm |
1.1 misho 1: dnl 2: dnl $Id: config.m4 242949 2007-09-26 15:44:16Z cvs2svn $ 3: dnl 4: 5: PHP_ARG_ENABLE(sysvshm,whether to enable System V shared memory support, 6: [ --enable-sysvshm Enable the System V shared memory support]) 7: 8: if test "$PHP_SYSVSHM" != "no"; then 9: AC_DEFINE(HAVE_SYSVSHM, 1, [ ]) 10: PHP_NEW_EXTENSION(sysvshm, sysvshm.c, $ext_shared) 11: fi