1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

This fix is needed for cross compilation to go through

This commit is contained in:
Anantha Kesari H Y
2005-03-10 10:05:28 +00:00
parent 5ee2605386
commit 8993ccd75c

View File

@@ -84,7 +84,15 @@ int main() {
pthreads_working=yes
], [
pthreads_working=no
], pthreads_working=no ) ] )dnl
], [
dnl For cross compiling running this test is of no use. NetWare supports pthreads
pthreads_working=no
case $target_alias in
*netware*)
pthreads_working=yes
esac
]
) ] )dnl
dnl
dnl PTHREADS_CHECK()
dnl