From: Wez Furlong Date: Sat, 1 Jan 2005 14:32:59 +0000 (+0000) Subject: Fix build... X-Git-Tag: RELEASE_0_2~420 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=126e52463511d71a2b4239d145859fdb4270f156;p=php Fix build... --- 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