Changeset f71e6ce in mod_gnutls
- Timestamp:
- May 16, 2015, 2:22:14 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- b27cce7
- Parents:
- 7813802
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r7813802 rf71e6ce 36 36 [unconditionally disable the SRP functionality]), 37 37 use_srp=$enableval, use_srp=yes) 38 39 # check if the available GnuTLS library supports SRP 40 AC_SEARCH_LIBS([gnutls_srp_server_get_username], [gnutls], [], [use_srp="no"]) 38 41 39 42 SRP_CFLAGS=""
Note: See TracChangeset
for help on using the changeset viewer.