mirror of
https://github.com/php/pecl-datetime-timezonedb.git
synced 2026-03-23 23:12:10 +01:00
git-svn-id: http://svn.php.net/repository/pecl/timezonedb/trunk@198520 c90b9560-bf6c-de11-be94-00142212c4b1
13 lines
412 B
Plaintext
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
|