Browse Source

Fix build...

PHP-5.1
Wez Furlong 22 years ago
parent
commit
126e524635
  1. 2
      ext/openssl/config0.m4

2
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

Loading…
Cancel
Save