Annotation of embedaddon/php/ext/shmop/config.m4, revision 1.1

1.1     ! misho       1: dnl $Id: config.m4 242949 2007-09-26 15:44:16Z cvs2svn $
        !             2: PHP_ARG_ENABLE(shmop, whether to enable shmop support, 
        !             3: [  --enable-shmop          Enable shmop support])
        !             4: 
        !             5: if test "$PHP_SHMOP" != "no"; then
        !             6:   AC_DEFINE(HAVE_SHMOP, 1, [ ])
        !             7:   PHP_NEW_EXTENSION(shmop, shmop.c, $ext_shared)
        !             8: fi

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>