summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-01-21 13:48:38 +0100
committerAnatol Belski <ab@php.net>2015-01-21 13:48:38 +0100
commitbd52f4a833ea653d915a27ba07ec83d3e3b74c78 (patch)
treea0cdb8ef712e2b6c90c6832ab0e7e5a483bd27ea /configure.in
parentbb2380edb76be79dffa257b032d63741949b9526 (diff)
downloadphp-git-bd52f4a833ea653d915a27ba07ec83d3e3b74c78.tar.gz
make timelib_config.h inclusion configurable
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ae07fc38f9..2323acdd8c 100644
--- a/configure.in
+++ b/configure.in
@@ -186,6 +186,8 @@ PHP_INIT_BUILD_SYSTEM
dnl We want this one before the checks, so the checks can modify CFLAGS.
test -z "$CFLAGS" && auto_cflags=1
+CFLAGS="$CFLAGS -D HAVE_TIMELIB_CONFIG_H=1"
+
abs_srcdir=`(cd $srcdir; pwd)`
abs_builddir=`pwd`