summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-02-05 13:51:10 -0500
committerColin Walters <walters@verbum.org>2015-02-05 19:11:43 -0500
commitc394ae44e99e3edc6d3ae926fb00e58d63aefe4c (patch)
tree46992fea183702378909791bdb75017611399867 /configure.ac
parent7e73247c57af28d7b6de71ec7d7e01e18f249922 (diff)
downloadgnome-desktop-c394ae44e99e3edc6d3ae926fb00e58d63aefe4c.tar.gz
Drop libgsystem submodule, stop using O_NOATIME
The entire rationale for adding this _noatime function was fairly bogus. See https://bugzilla.gnome.org/show_bug.cgi?id=680326 But the Linux kernel doesn't permit non-root users to use it for root-owned files - which is the default for real world GNOME installations. We end up doing twice the syscall traffic with no benefit at all. The patch does work in jhbuild, but honestly the relatime handling is generally OK for this, and where it's not, change your system to mount O_NOATIME. https://bugzilla.gnome.org/show_bug.cgi?id=708453
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5f173c24..26567622 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,6 @@ AC_CHECK_LIB([rt], [clock_gettime], [LIBRT="-lrt"], [LIBRT=""])
AC_SUBST(LIBRT)
AC_CHECK_FUNCS([openat])
-AM_CONDITIONAL([USE_LIBGSYSTEM], [test x$ac_cv_func_openat = xyes])
dnl we need x11 for GnomeBG