Browse Source

Fix test for php_always_shared

PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
01ecd47a05
  1. 2
      acinclude.m4

2
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

Loading…
Cancel
Save