Changeset f3a3f6f in mod_gnutls
- Timestamp:
- Dec 13, 2019, 12:44:54 PM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 779406c
- Parents:
- b1261cb
- git-author:
- Fiona Klute <fiona.klute@…> (12/13/19 12:39:09)
- git-committer:
- Fiona Klute <fiona.klute@…> (12/13/19 12:44:54)
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README
rb1261cb rf3a3f6f 25 25 * Apache HTTPD >= 2.4.17 <https://httpd.apache.org/> 26 26 * autotools, GNU make, & GCC 27 * Python 328 27 * libmsv >= 0.1 (Optional, enable with ./configure --enable-msva) 28 * Python 3 (for tests) 29 * PyYAML <https://github.com/yaml/pyyaml> 29 30 * pandoc (for documentation, optional) 30 31 * pdflatex (for PDF documentation, optional) -
configure.ac
rb1261cb rf3a3f6f 22 22 AC_PROG_INSTALL 23 23 AC_PROG_LIBTOOL 24 AM_PATH_PYTHON([3])25 24 26 25 AC_CONFIG_MACRO_DIR([m4]) … … 100 99 AC_MSG_CHECKING([whether to enable SRP functionality]) 101 100 AC_MSG_RESULT($use_srp) 101 102 AM_PATH_PYTHON([3]) 103 AX_PYTHON_MODULE([yaml], [fatal]) 102 104 103 105 dnl Optionally disable flock
Note: See TracChangeset
for help on using the changeset viewer.