From 9a3c0eca4bd41a56df402846c4fb3828f11df133 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 24 Feb 2005 19:05:01 +0000 Subject: [PATCH] - cross-compile fix --- TSRM/threads.m4 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/TSRM/threads.m4 b/TSRM/threads.m4 index e2ae7a1033..9873c25543 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 $target_alias in + *netware*) + pthreads_working=yes + esac +] +) ] )dnl dnl dnl PTHREADS_CHECK() dnl -- 2.50.1