From: Peter Kokot Date: Sun, 14 Jul 2019 12:45:27 +0000 (+0200) Subject: Remove duplicate PTHREADS template define X-Git-Tag: php-7.4.0beta1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66c02cc0a1db8eb0eaef2b15c5103875a9a171a7;p=php 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. --- 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 */ ])