From 3b5cc7c23bfe717a551325977bd1c3ddeac4823b Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 8 Oct 2023 19:37:55 +0200 Subject: [PATCH] Remove redundant code in ext/mysqlnd build This was once used by the ext/mysqli when building without ext/mysqlnd and the ext/mysqlnd/php_mysqlnd_config.h file was created in the build directory. --- ext/mysqlnd/config9.m4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4 index 80a6301076566..222fcd935ebc0 100644 --- a/ext/mysqlnd/config9.m4 +++ b/ext/mysqlnd/config9.m4 @@ -40,10 +40,5 @@ if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then mysqlnd_sources="$mysqlnd_base_sources $mysqlnd_ps_sources" PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) - PHP_ADD_BUILD_DIR([ext/mysqlnd], 1) PHP_INSTALL_HEADERS([ext/mysqlnd/]) fi - -if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes" || test "$PHP_MYSQLI" != "no"; then - PHP_ADD_BUILD_DIR([ext/mysqlnd], 1) -fi