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

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(calendar,whether to enable calendar conversion support,
        !             6: [  --enable-calendar       Enable support for calendar conversion])
        !             7: 
        !             8: if test "$PHP_CALENDAR" = "yes"; then
        !             9:   AC_DEFINE(HAVE_CALENDAR,1,[ ])
        !            10:   PHP_NEW_EXTENSION(calendar, calendar.c dow.c french.c gregor.c jewish.c julian.c easter.c cal_unix.c, $ext_shared)
        !            11: fi

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