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 /configure.in | |
parent | bb2380edb76be79dffa257b032d63741949b9526 (diff) | |
download | php-git-bd52f4a833ea653d915a27ba07ec83d3e3b74c78.tar.gz |
make timelib_config.h inclusion configurable
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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` |