]> granicus.if.org Git - php/commitdiff
check should be on host_alias rather than on target_alias, but somehow works on confi...
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 27 Apr 2005 12:29:15 +0000 (12:29 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 27 Apr 2005 12:29:15 +0000 (12:29 +0000)
TSRM/threads.m4

index 11c4230f19a25eeac0d86f8eb203543f76be9cbb..d38841ddfa712a251fd85bd60627445bec8c8fb1 100644 (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