aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-01-04 23:28:18 +0100
committerLudovic Courtès <ludo@gnu.org>2015-01-04 23:28:18 +0100
commit63cbe7a17a008699d5d2eb647f9531c833085376 (patch)
tree322de37d950632d8bc03537d5263f65b31a5dd1e /config-daemon.ac
parent15ddeff532b517843668eef8f615838d15b4f75c (diff)
downloadguix-63cbe7a17a008699d5d2eb647f9531c833085376.tar
guix-63cbe7a17a008699d5d2eb647f9531c833085376.tar.gz
build: Check for <tr1/unordered_set>, now used by the daemon.
* config-daemon.ac: Check for <tr1/unordered_set>.
Diffstat (limited to 'config-daemon.ac')
-rw-r--r--config-daemon.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-daemon.ac b/config-daemon.ac
index 072fb84b46..28cae23b9d 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.