diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-04-27 13:22:18 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-04-27 13:22:18 +0000 |
commit | 5d4230a7e7ee37f3aa08fecdec686e4329e19d5e (patch) | |
tree | 2d1d2b61382a3c6c6eab9cc8730b6fdc68ad5ed0 | |
parent | 39bcbfc3064f8a393d5ff7d951d303dedfe6a00d (diff) | |
download | php-git-5d4230a7e7ee37f3aa08fecdec686e4329e19d5e.tar.gz |
check should be on host_alias rather than on target_alias, but somehow works on configure generated using autoconf 2.57.
-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 |