Changeset e819f13 in mod_gnutls for configure.ac
- Timestamp:
- Jan 25, 2020, 11:03:50 AM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- f51d359
- Parents:
- f4f837a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rf4f837a re819f13 71 71 GNUTLS_FEAT_CFLAGS="-DENABLE_SRP=1" 72 72 fi 73 74 # check if the available GnuTLS library supports raw extension parsing75 AC_SEARCH_LIBS([gnutls_ext_raw_parse], [gnutls], [early_sni="yes"],76 [early_sni="no"])77 if test "$early_sni" != "no"; then78 ENABLE_EARLY_SNI=179 # This is for the test server configuration80 EXPECT_EARLY_SNI="Define EXPECT_EARLY_SNI"81 else82 ENABLE_EARLY_SNI=083 EXPECT_EARLY_SNI=""84 fi85 AC_SUBST(ENABLE_EARLY_SNI)86 AC_SUBST(EXPECT_EARLY_SNI)87 AM_SUBST_NOTMAKE(EXPECT_EARLY_SNI)88 73 89 74 AC_ARG_ENABLE(strict, … … 290 275 doc/Makefile doc/doxygen.conf include/mod_gnutls.h \ 291 276 test/proxy_backend.conf test/ocsp_server.conf \ 292 test/apache-conf/early_sni.conf \293 277 test/apache-conf/listen.conf \ 294 278 test/apache-conf/netns.conf]) … … 305 289 echo " * SRP Authentication: ${use_srp}" 306 290 echo " * MSVA Client Verification: ${use_msva}" 307 echo " * Early SNI: ${early_sni}"308 291 echo " * Build documentation: ${build_doc}" 309 292 echo ""
Note: See TracChangeset
for help on using the changeset viewer.