check should be on host_alias rather than on target_alias, but somehow works on configure generated using autoconf 2.57.

This commit is contained in:
Anantha Kesari H Y 2005-04-27 13:22:18 +00:00
parent 39bcbfc306
commit 5d4230a7e7

View File

@ -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