From: Sascha Schumann Date: Wed, 7 Jun 2000 19:13:28 +0000 (+0000) Subject: Fix test for php_always_shared X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01ecd47a0572c3ae2b7298ebc1fb04331c165b5f;p=php Fix test for php_always_shared --- diff --git a/acinclude.m4 b/acinclude.m4 index 61c107df7f..ee636315a4 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -151,7 +151,7 @@ no) ;; esac -if test "$php_always_shared"; then +if test "$php_always_shared" = "yes"; then ext_output="yes, shared" ext_shared=yes test "[$]$1" = "no" && $1=yes