From 66c02cc0a1db8eb0eaef2b15c5103875a9a171a7 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 14 Jul 2019 14:45:27 +0200 Subject: [PATCH] Remove duplicate PTHREADS template define The undef PTHREADS converts to define if thread safety is configured. This step is already done by pthreads m4 macros from TSRM so this now removes duplicated PTHREADS defines from php_config.h. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index ed03c46e7c..5139702e2d 100644 --- a/configure.ac +++ b/configure.ac @@ -105,8 +105,6 @@ extern "C++" { #endif #endif /* ifndef ZEND_ACCONFIG_H_NO_C_PROTOS */ -#undef PTHREADS - #endif /* PHP_CONFIG_H */ ]) -- 2.40.0