From: Anantha Kesari H Y Date: Wed, 27 Apr 2005 12:29:15 +0000 (+0000) Subject: check should be on host_alias rather than on target_alias, but somehow works on confi... X-Git-Tag: php-5.0.5RC1~367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=896fe268fb2e1bdb4a807d52904689f03c989834;p=php check should be on host_alias rather than on target_alias, but somehow works on configure generated using autoconf 2.57. --- diff --git a/TSRM/threads.m4 b/TSRM/threads.m4 index 11c4230f19..d38841ddfa 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