@@ -3,13 +3,6 @@ PHP_ARG_WITH([openssl],
3
3
[ AS_HELP_STRING ( [ --with-openssl] ,
4
4
[ Include OpenSSL support (requires OpenSSL >= 1.1.1)] ) ] )
5
5
6
- PHP_ARG_WITH([ kerberos] ,
7
- [ for Kerberos support] ,
8
- [ AS_HELP_STRING ( [ --with-kerberos] ,
9
- [ OPENSSL: Include Kerberos support] ) ] ,
10
- [ no] ,
11
- [ no] )
12
-
13
6
PHP_ARG_WITH([ system-ciphers] ,
14
7
[ whether to use system default cipher list instead of hardcoded value] ,
15
8
[ AS_HELP_STRING ( [ --with-system-ciphers] ,
@@ -20,14 +13,6 @@ PHP_ARG_WITH([system-ciphers],
20
13
if test "$PHP_OPENSSL" != "no"; then
21
14
PHP_NEW_EXTENSION(openssl, openssl.c xp_ssl.c, $ext_shared)
22
15
PHP_SUBST(OPENSSL_SHARED_LIBADD)
23
-
24
- if test "$PHP_KERBEROS" != "no"; then
25
- PKG_CHECK_MODULES([ KERBEROS] , [ krb5-gssapi krb5] )
26
-
27
- PHP_EVAL_INCLINE($KERBEROS_CFLAGS)
28
- PHP_EVAL_LIBLINE($KERBEROS_LIBS, OPENSSL_SHARED_LIBADD)
29
- fi
30
-
31
16
PHP_SETUP_OPENSSL(OPENSSL_SHARED_LIBADD,
32
17
[
33
18
AC_DEFINE ( HAVE_OPENSSL_EXT ,1 ,[ ] )
0 commit comments