]> granicus.if.org Git - php/commitdiff
Fix build here too
authorWez Furlong <wez@php.net>
Sat, 1 Jan 2005 14:35:30 +0000 (14:35 +0000)
committerWez Furlong <wez@php.net>
Sat, 1 Jan 2005 14:35:30 +0000 (14:35 +0000)
# compile before commit, Jani? :-)

ext/openssl/config0.m4

index 385eb5e2ff7a6b78843219aa8ff5acb37d849e72..a51d9e19308448e3ffe7334acb128516a0ee0e62 100644 (file)
@@ -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