diff options
-rw-r--r-- | TSRM/threads.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/threads.m4 b/TSRM/threads.m4 index 9873c25543..38494ce7ca 100644 --- a/TSRM/threads.m4 +++ b/TSRM/threads.m4 @@ -87,7 +87,7 @@ int main() { ], [ dnl For cross compiling running this test is of no use. NetWare supports pthreads pthreads_working=no - case $target_alias in + case $host_alias in *netware*) pthreads_working=yes esac |