johannes Wed, 23 Jun 2010 15:11:02 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300694
Log:
Install SQLite3 header
Changed paths:
U php/php-src/branches/PHP_5_3/ext/sqlite3/config0.m4
U php/php-src/trunk/ext/sqlite3/config0.m4
Modified: php/php-src/branches/PHP_5_3/ext/sqlite3/config0.m4
===================================================================
--- php/php-src/branches/PHP_5_3/ext/sqlite3/config0.m4 2010-06-23 11:16:36 UTC
(rev 300693)
+++ php/php-src/branches/PHP_5_3/ext/sqlite3/config0.m4 2010-06-23 15:11:02 UTC
(rev 300694)
@@ -80,6 +80,7 @@
fi
PHP_SQLITE3_CFLAGS="-...@ext_srcdir@/libsqlite $other_flags
$threadsafe_flags $debug_flags"
+ PHP_INSTALL_HEADERS([ext/sqlite3/libsqlite/sqlite3.h])
fi
AC_DEFINE(HAVE_SQLITE3,1,[ ])
Modified: php/php-src/trunk/ext/sqlite3/config0.m4
===================================================================
--- php/php-src/trunk/ext/sqlite3/config0.m4 2010-06-23 11:16:36 UTC (rev
300693)
+++ php/php-src/trunk/ext/sqlite3/config0.m4 2010-06-23 15:11:02 UTC (rev
300694)
@@ -80,6 +80,7 @@
fi
PHP_SQLITE3_CFLAGS="-...@ext_srcdir@/libsqlite $other_flags
$threadsafe_flags $debug_flags"
+ PHP_INSTALL_HEADERS([ext/sqlite3/libsqlite/sqlite3.h])
fi
AC_DEFINE(HAVE_SQLITE3,1,[ ])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php