diff options
author | Sascha Schumann <sas@php.net> | 2000-09-21 23:18:25 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-09-21 23:18:25 +0000 |
commit | d9b4f90969f78a11240fd632a7199e5c2c8a6300 (patch) | |
tree | 8fc078913790a2aa4aab1cfd61689fa29373ad37 /acinclude.m4 | |
parent | 71931b05f016e36ab02190e4ef79aaac14c73e96 (diff) | |
download | php-git-d9b4f90969f78a11240fd632a7199e5c2c8a6300.tar.gz |
Revert controversial patch
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 2 insertions, 4 deletions
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 |