summaryrefslogtreecommitdiffstats
path: root/source4/lib/tls/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* Make data about what subsystems/libraries are enabled available in the ↵Jelmer Vernooij2008-02-111-1/+3
| | | | | | mkconfig.mk file. (This used to be commit 4cc93a98f984d322e41f403169cfa4945b469935)
* r17674: fixed a problem on with our configure logic on systems that haveAndrew Tridgell2007-10-101-1/+1
| | | | | libgnutls but not some of the crt functions (This used to be commit 7a0264c52dd8ab1b1bb321462f66955a866d90a9)
* r17660: fixed configure testAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 28238ad8f15b8bd3c49fb0b235becca25615cfe6)
* r17659: cope with systems without the x509 gnutls functionsAndrew Tridgell2007-10-101-1/+6
| | | | (This used to be commit 8148534d9c9e566c4ecd9b29857fa96916cd9e3f)
* r17411: Try and compile on older versions of GnuTLS.Andrew Bartlett2007-10-101-0/+3
| | | | | Andrew Bartlett (This used to be commit 798c0791d8e8d10dde41a6dbceb0866265f9a709)
* r17174: Enable gnutls code, which requires the HAVE_GNUTLS CPP macro.Andrew Bartlett2007-10-101-0/+3
| | | | | Andrew Bartlett (This used to be commit f3b6e57b2336f36416e25c3a5cd793aa036b5b40)
* r15538: Use pkg-config file where possible andJelmer Vernooij2007-10-101-13/+14
| | | | | | only fall back to manual tests if that can't be found (for systems that have older versions of gnutls without the .pc file installed) (This used to be commit d77ea8f9072070f47b2b44676facaf66ed40fd17)
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
* r15231: Try to fix detection of ability of CC to generate dependenciesJelmer Vernooij2007-10-101-0/+3
| | | | (This used to be commit 11353d4b47964b762a72ec0e55221811a5a3d550)
* r8482: gnutls_x509_crt_set_subject_key_id is not available in some versionsAndrew Tridgell2007-10-101-0/+16
of gnutls. Thanks to ab for spotting this. (This used to be commit 437c4057ae4e89725ddbdd026977510beb33c009)