summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-14 14:45:27 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-14 14:45:27 +0200
commit66c02cc0a1db8eb0eaef2b15c5103875a9a171a7 (patch)
treef821c220873a52ab0fd979d75f5ff08bf9d2a49d /configure.ac
parentc72d6da461d0b6be0cc4d457a64f36f556d09fca (diff)
downloadphp-git-66c02cc0a1db8eb0eaef2b15c5103875a9a171a7.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 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 */
])