mirror of
https://github.com/php/php-src.git
synced 2025-01-18 09:43:36 +08:00
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:
parent
39bcbfc306
commit
5d4230a7e7
@ -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…
Reference in New Issue
Block a user