Changeset 2973 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Oct 28, 2009 6:09:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r2970 r2973 759 759 if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then 760 760 AC_MSG_RESULT([OpenSSL library found, SSL support enabled]) 761 AC_DEFINE(PJSIP_HAS_TLS_TRANSPORT, 1) 761 # PJSIP_HAS_TLS_TRANSPORT setting follows PJ_HAS_SSL_SOCK 762 #AC_DEFINE(PJSIP_HAS_TLS_TRANSPORT, 1) 762 763 AC_DEFINE(PJ_HAS_SSL_SOCK, 1) 763 764 else
Note: See TracChangeset
for help on using the changeset viewer.