summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-17 13:45:24 -0700
committerKeith Packard <keithp@keithp.com>2014-06-17 13:46:42 -0700
commit9c4f070e1304a3503cfab08f68573443025fc4c9 (patch)
tree93a817d7d93058f7badfe68b410ce6817cde701a
parentd3efccb33fa599d48004b22f2e07a19da4aaf789 (diff)
downloadxorg-lib-libxshmfence-9c4f070e1304a3503cfab08f68573443025fc4c9.tar.gz
Use /dev/shm as an optional shared memory directory
This is the path coded into glibc, so it should exist and be useful on any glibc-based system Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 74b70e0..ddf63dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,7 +130,7 @@ AC_ARG_WITH(shared-memory-dir, AS_HELP_STRING([--with-shared-memory-dir=PATH], [
[],
[with_shared_memory_dir=yes])
-shmdirs="/run/shm /var/tmp /tmp"
+shmdirs="/run/shm /dev/shm /var/tmp /tmp"
case x"$with_shared_memory_dir" in
xyes)