File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 3131dnl Set some magic defines to achieve POSIX threads conformance.
3232dnl
3333AC_DEFUN ( [ PTHREADS_FLAGS] ,[
34- if test -z "$host_alias" && test -n "$host"; then
35- host_alias=$host
36- fi
37- if test -z "$host_alias"; then
38- AC_MSG_ERROR ( host_alias is not set. Make sure to run config.guess )
39- fi
4034 case $host_alias in
4135 *solaris*)
4236 PTHREAD_FLAGS="-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT";;
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ AC_DEFUN([PHP_CANONICAL_HOST_TARGET],[
124124 host_alias=$host
125125 fi
126126 if test -z "$host_alias"; then
127- AC_MSG_ERROR ( [ host_alias is not set!] )
127+ AC_MSG_ERROR ( [ host_alias is not set! Make sure to run config.guess ] )
128128 fi
129129] )
130130
You can’t perform that action at this time.
0 commit comments