php-src/ext/calendar/config.m4

10 lines
263 B
Plaintext
Raw Normal View History

dnl $Id$
2000-04-19 15:53:09 +00:00
2000-04-20 15:13:29 +00:00
PHP_ARG_ENABLE(calendar,whether to enable calendar conversion support,
[ --enable-calendar Enable support for calendar conversion])
if test "$PHP_CALENDAR" = "yes"; then
AC_DEFINE(HAVE_CALENDAR,1,[ ])
PHP_EXTENSION(calendar, $ext_shared)
2000-04-20 15:13:29 +00:00
fi