From c764995c8ecd7146bea8b7cf0d7b2cb830539fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Tue, 22 Dec 2009 19:30:09 +0000 Subject: [PATCH] install mysqlnd headers to allow shared build of extensions --- ext/mysqlnd/config9.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4 index caea37d28694..72e279619521 100644 --- a/ext/mysqlnd/config9.m4 +++ b/ext/mysqlnd/config9.m4 @@ -22,6 +22,7 @@ if test "$PHP_MYSQLND_ENABLED" = "yes"; then PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, no) PHP_ADD_BUILD_DIR([ext/mysqlnd], 1) + PHP_INSTALL_HEADERS([ext/mysqlnd/]) dnl Windows uses config.w32 thus this code is safe for now