diff options
author | Sascha Schumann <sas@php.net> | 2000-06-07 19:13:28 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-07 19:13:28 +0000 |
commit | 01ecd47a0572c3ae2b7298ebc1fb04331c165b5f (patch) | |
tree | d22d9d78d9d4ebfa751f6ac6cf69d217c7a2ce9e /acinclude.m4 | |
parent | 022159a6cd3c8a805366794c351655182d5c876f (diff) | |
download | php-git-01ecd47a0572c3ae2b7298ebc1fb04331c165b5f.tar.gz |
Fix test for php_always_shared
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |