--- a/m4/sasl2.m4 2018-11-18 22:33:29.902625600 +0300 +++ b/m4/sasl2.m4 2018-11-18 22:33:59.828746176 +0300 @@ -339,7 +339,8 @@ ], [ AC_DEFINE(HAVE_GSS_SPNEGO,,[Define if your GSSAPI implementation supports SPNEGO]) AC_MSG_RESULT(yes) ], - AC_MSG_RESULT(no)) + AC_MSG_RESULT(no), + AC_MSG_RESULT(no)) LIBS="$cmu_save_LIBS" else span='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix
AgeCommit message (Expand)Author
2020-12-19daemon: Delegate deduplication to 'guix substitute'....Ludovic Courtès
2020-12-19daemon: Do not reset timestamps and permissions on substituted items....Ludovic Courtès
2020-12-19daemon: Let 'guix substitute' perform hash checks....Ludovic Courtès
2020-12-08daemon: Raise an error if substituter doesn't send the expected hash....Ludovic Courtès
2020-12-08substitute: Cache and reuse connections while substituting....Ludovic Courtès
2020-12-08daemon: Run 'guix substitute --substitute' as an agent....Ludovic Courtès
2020-12-08daemon: Factorize substituter agent spawning....Ludovic Courtès
2020-12-08daemon: Use 'Agent' to spawn 'guix substitute --query'....Ludovic Courtès
2020-12-08daemon: 'Agent' constructor takes a list of environment variables....Ludovic Courtès
2020-12-01daemon: Remove unneeded forward declaration....Ludovic Courtès
2020-11-29daemon: Remove pre-Guix hack....Ludovic Courtès
2020-11-29Use substitute servers on the local network....Mathieu Othacehe