summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index d5ac7d73f1..9d91db8206 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -36,6 +36,12 @@ no)
;;
esac
+if test "$php_always_shared"; then
+ ext_output="yes, shared"
+ ext_shared=yes
+ test "[$]$1" = "no" && $1=yes
+fi
+
AC_MSG_RESULT($ext_output)
])