summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-01-01 02:22:01 +0000
committerSascha Schumann <sas@php.net>2000-01-01 02:22:01 +0000
commit2fd8cbff2ac301a90fc417bff206bd0a65e8692c (patch)
tree64f55ddc2a3a321d6d802566286e81ef28222407 /configure.in
parent3dce6028f7c690830ad2b35dc24eb3646949af5f (diff)
downloadphp-git-2fd8cbff2ac301a90fc417bff206bd0a65e8692c.tar.gz
Declare timezone only, if the system fails to do so.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0c8f6ed226..fee52bf8b8 100644
--- a/configure.in
+++ b/configure.in
@@ -335,6 +335,7 @@ AC_REPLACE_FUNCS(strlcat strlcpy getopt)
AC_FUNC_UTIME_NULL
AC_FUNC_ALLOCA
AC_BROKEN_SPRINTF
+PHP_DECLARED_TIMEZONE
dnl AIX keeps in_addr_t in /usr/include/netinet/in.h
dnl AC_MSG_CHECKING(for in_addr_t)