From: Sascha Schumann Date: Thu, 21 Sep 2000 23:18:25 +0000 (+0000) Subject: Revert controversial patch X-Git-Tag: php-4.0.3RC1~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9b4f90969f78a11240fd632a7199e5c2c8a6300;p=php Revert controversial patch --- diff --git a/acinclude.m4 b/acinclude.m4 index 896f8ecb5b..fa2ac8f260 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -417,7 +417,7 @@ dnl AC_DEFUN(PHP_BUILD_THREAD_SAFE,[ enable_experimental_zts=yes if test "$pthreads_working" != "yes"; then - AC_MSG_ERROR(ZTS currently requires working POSIX threads. Your system does not support this.) + AC_MSG_ERROR(ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads.) fi ]) @@ -535,9 +535,7 @@ AC_DEFUN(AC_ADD_INCLUDE,[ ]) AC_DEFUN(PHP_X_ADD_LIBRARY,[ - if test -n "$1"; then - ifelse($2,,$3="-l$1 [$]$3", $3="[$]$3 -l$1") - fi + ifelse($2,,$3="-l$1 [$]$3", $3="[$]$3 -l$1") ]) dnl