diff options
author | Sascha Schumann <sas@php.net> | 2000-05-02 20:56:03 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-02 20:56:03 +0000 |
commit | cae3b7dff552e6f34be01f735122e9c0e6928591 (patch) | |
tree | bced805cd4f8784b51f685c13b1175c1c751706f /acinclude.m4 | |
parent | 5989ae5dc15ad6823d702b3545f623d30ec90449 (diff) | |
download | php-git-cae3b7dff552e6f34be01f735122e9c0e6928591.tar.gz |
Pear Changes:
Store EXTENSION_DIR in php-config
Ignore errors during header installation
Automatically enable modules in self-contained mode
Create empty .deps in builddir
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 6 |
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) ]) |