Browse Source

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

PHP-5.1
Anantha Kesari H Y 21 years ago
parent
commit
5d4230a7e7
  1. 2
      TSRM/threads.m4

2
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

Loading…
Cancel
Save