From bd52f4a833ea653d915a27ba07ec83d3e3b74c78 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 21 Jan 2015 13:48:38 +0100 Subject: make timelib_config.h inclusion configurable --- scripts/phpize.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/phpize.m4') 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` -- cgit v1.2.1