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 31
31
dnl Set some magic defines to achieve POSIX threads conformance.
32
32
dnl
33
33
AC_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
40
34
case $host_alias in
41
35
*solaris*)
42
36
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],[
124
124
host_alias=$host
125
125
fi
126
126
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 ] )
128
128
fi
129
129
] )
130
130
You can’t perform that action at this time.
0 commit comments