Annotation of embedaddon/php/ext/sysvshm/config.m4, revision 1.1.1.2

1.1       misho       1: dnl
1.1.1.2 ! misho       2: dnl $Id$
1.1       misho       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

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