We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948b2bc commit d657d55Copy full SHA for d657d55
TSRM/threads.m4
@@ -31,12 +31,6 @@ dnl
31
dnl Set some magic defines to achieve POSIX threads conformance.
32
dnl
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
40
case $host_alias in
41
*solaris*)
42
PTHREAD_FLAGS="-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT";;
build/php.m4
@@ -124,7 +124,7 @@ AC_DEFUN([PHP_CANONICAL_HOST_TARGET],[
124
host_alias=$host
125
fi
126
if test -z "$host_alias"; then
127
- AC_MSG_ERROR([host_alias is not set!])
+ AC_MSG_ERROR([host_alias is not set! Make sure to run config.guess])
128
129
])
130
0 commit comments