diff options
author | Wez Furlong <wez@php.net> | 2005-01-01 14:32:59 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-01-01 14:32:59 +0000 |
commit | 126e52463511d71a2b4239d145859fdb4270f156 (patch) | |
tree | 2ba15dbda5c9c70d04f59901bf79d758d5f3173a | |
parent | 8747e6e1b4c15a2d83877d9dbcee208231288de9 (diff) | |
download | php-git-126e52463511d71a2b4239d145859fdb4270f156.tar.gz |
Fix build...
-rw-r--r-- | ext/openssl/config0.m4 | 2 |
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 |