From: Anantha Kesari H Y Date: Thu, 4 Aug 2005 12:11:29 +0000 (+0000) Subject: NetWare cross compile patch from 5.0 tree. X-Git-Tag: php-4.4.1RC1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=804360bf74378baeb82807b8807ab3475e4b9dc2;p=php NetWare cross compile patch from 5.0 tree. --Kamesh --- diff --git a/TSRM/threads.m4 b/TSRM/threads.m4 index e2ae7a1033..38494ce7ca 100644 --- a/TSRM/threads.m4 +++ b/TSRM/threads.m4 @@ -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 $host_alias in + *netware*) + pthreads_working=yes + esac +] +) ] )dnl dnl dnl PTHREADS_CHECK() dnl