From 01ecd47a0572c3ae2b7298ebc1fb04331c165b5f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 7 Jun 2000 19:13:28 +0000 Subject: [PATCH] Fix test for php_always_shared --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1