From: Wez Furlong Date: Sat, 1 Jan 2005 14:35:30 +0000 (+0000) Subject: Fix build here too X-Git-Tag: php-5.0.4RC1~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7c42fa501a60198e05e270b5dffec6103b3db11;p=php Fix build here too # compile before commit, Jani? :-) --- 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