Files
Derick Rethans 48e9d544cc - Updated to version 2005.14.
git-svn-id: http://svn.php.net/repository/pecl/timezonedb/trunk@198520 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-15 18:17:43 +00:00

13 lines
412 B
Plaintext

dnl $Id$
dnl config.m4 for input timezonedbing extension
PHP_ARG_ENABLE(timezonedb, whether to enable timezonedb support,
[ --enable-timezonedb Enable timezonedb support])
if test "$PHP_timezonedb" != "no"; then
PHP_SUBST(TIMEZONEDB_SHARED_LIBADD)
PHP_NEW_EXTENSION(timezonedb, timezonedb.c, $ext_shared)
CPPFLAGS="$CPPFLAGS -Wall"
INCLUDES="$INCLUDES -I$prefix/include/php/ext/date/lib"
fi