guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: build: Check for <tr1/unordered_set>, now used by the daemon.


From: Ludovic Courtès
Subject: 03/03: build: Check for <tr1/unordered_set>, now used by the daemon.
Date: Sun, 04 Jan 2015 22:31:56 +0000

civodul pushed a commit to branch master
in repository guix.

commit 63cbe7a17a008699d5d2eb647f9531c833085376
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 4 23:28:18 2015 +0100

    build: Check for <tr1/unordered_set>, now used by the daemon.
    
    * config-daemon.ac: Check for <tr1/unordered_set>.
---
 config-daemon.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config-daemon.ac b/config-daemon.ac
index 072fb84..28cae23 100644
--- a/config-daemon.ac
+++ b/config-daemon.ac
@@ -73,7 +73,7 @@ if test "x$guix_build_daemon" = "xyes"; then
 
   dnl Chroot support.
   AC_CHECK_FUNCS([chroot unshare])
-  AC_CHECK_HEADERS([sched.h sys/param.h sys/mount.h])
+  AC_CHECK_HEADERS([sched.h sys/param.h sys/mount.h tr1/unordered_set])
 
   dnl lutimes and lchown: used when canonicalizing store items.
   dnl posix_fallocate: used when extracting archives.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]