summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
parentbb2380edb76be79dffa257b032d63741949b9526 (diff)
downloadphp-git-bd52f4a833ea653d915a27ba07ec83d3e3b74c78.tar.gz
make timelib_config.h inclusion configurable
Diffstat (limited to 'scripts')
-rw-r--r--scripts/phpize.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index d745ca7443..617976cc3a 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -19,6 +19,8 @@ dnl
test -z "$CFLAGS" && auto_cflags=1
+CFLAGS="$CFLAGS -D HAVE_TIMELIB_CONFIG_H=1"
+
abs_srcdir=`(cd $srcdir && pwd)`
abs_builddir=`pwd`