Home
last modified time | relevance | path

Searched refs:have_openssl (Results 1 – 5 of 5) sorted by relevance

/external/libevent/m4/
Dlibevent_openssl.m48 have_openssl=no
17 have_openssl=yes
23 case "$have_openssl" in
33 [have_openssl=yes
35 [have_openssl=no],
38 test "$have_openssl" = "yes" && break
44 case "$have_openssl" in
51 AM_CONDITIONAL(OPENSSL, [test "$enable_openssl" != "no" && test "$have_openssl" = "yes"])
/external/libevent/
Dconfigure.ac793 AM_CONDITIONAL(OPENSSL, [test "$enable_openssl" != "no" && test "$have_openssl" = "yes"])
Dconfigure15956 if test "$enable_openssl" != "no" && test "$have_openssl" = "yes"; then
/external/python/cpython3/
Dconfigure.ac5613 AX_CHECK_OPENSSL([have_openssl=yes],[have_openssl=no])
5615 if test "$have_openssl" = yes; then
Dconfigure17265 have_openssl=yes
17271 have_openssl=no
17285 if test "$have_openssl" = yes; then