summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-01-01 14:35:30 +0000
committerWez Furlong <wez@php.net>2005-01-01 14:35:30 +0000
commitc7c42fa501a60198e05e270b5dffec6103b3db11 (patch)
tree29303e76e681f6bd5cb6acec64482341f47403ce
parent12d6522570303055fa98a1a2129cbd059682e852 (diff)
downloadphp-git-c7c42fa501a60198e05e270b5dffec6103b3db11.tar.gz
Fix build here too
# compile before commit, Jani? :-)
-rw-r--r--ext/openssl/config0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/config0.m4 b/ext/openssl/config0.m4
index 385eb5e2ff..a51d9e1930 100644
--- a/ext/openssl/config0.m4
+++ b/ext/openssl/config0.m4
@@ -9,7 +9,7 @@ PHP_ARG_WITH(kerberos, for Kerberos support,
[ --with-kerberos[=DIR] OPENSSL: Include Kerberos support], no, no)
if test "$PHP_OPENSSL" != "no"; then
- PHP_NEW_EXTENSION(openssl, openssl.c, $ext_shared)
+ PHP_NEW_EXTENSION(openssl, openssl.c xp_ssl.c, $ext_shared)
PHP_SUBST(OPENSSL_SHARED_LIBADD)
if test "$PHP_KERBEROS" != "no"; then