From 96ea7313a65ea068b8e70332ec057de5046452fd Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Sat, 26 Jul 2008 23:42:53 +0000 Subject: MFH: build fixes, cs, ws, etc. --- ext/sqlite3/config.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ext/sqlite3/config.m4') diff --git a/ext/sqlite3/config.m4 b/ext/sqlite3/config.m4 index 0adb01b4e3..5a52170191 100644 --- a/ext/sqlite3/config.m4 +++ b/ext/sqlite3/config.m4 @@ -72,8 +72,7 @@ if test $PHP_SQLITE3 != "no"; then dnl if test "$PHP_MAJOR_VERSION" -ge "6"; then dnl other_flags="$other_flags -DSQLITE_ENABLE_ICU=1" dnl fi - - PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite -I@ext_builddir@/libsqlite $other_flags $threadsafe_flags $debug_flags" + PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite $other_flags $threadsafe_flags $debug_flags" fi AC_DEFINE(HAVE_SQLITE3,1,[ ]) @@ -81,6 +80,6 @@ dnl fi sqlite3_sources="sqlite3.c $sqlite3_extra_sources" PHP_NEW_EXTENSION(sqlite3, $sqlite3_sources, $ext_shared,,$PHP_SQLITE3_CFLAGS) + PHP_ADD_BUILD_DIR([$ext_builddir/libsqlite]) PHP_SUBST(SQLITE3_SHARED_LIBADD) - fi -- cgit v1.2.1