Skip to content

Commit 66c02cc

Browse files
committed
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.
1 parent c72d6da commit 66c02cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ extern "C++" {
105105
#endif
106106
#endif /* ifndef ZEND_ACCONFIG_H_NO_C_PROTOS */
107107
108-
#undef PTHREADS
109-
110108
#endif /* PHP_CONFIG_H */
111109
])
112110

0 commit comments

Comments
 (0)