diff options
author | Anatol Belski <ab@php.net> | 2015-01-21 13:48:38 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-01-21 13:48:38 +0100 |
commit | bd52f4a833ea653d915a27ba07ec83d3e3b74c78 (patch) | |
tree | a0cdb8ef712e2b6c90c6832ab0e7e5a483bd27ea /scripts | |
parent | bb2380edb76be79dffa257b032d63741949b9526 (diff) | |
download | php-git-bd52f4a833ea653d915a27ba07ec83d3e3b74c78.tar.gz |
make timelib_config.h inclusion configurable
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/phpize.m4 | 2 |
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` |