summaryrefslogtreecommitdiff
path: root/config.h.meson.in
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-08-28 17:07:06 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-08-30 16:56:47 +0000
commit5cef28c795d02b78311720f8bb8b32b23cd831eb (patch)
tree038e7ba225180912dca42108aeb546eaf4d2e973 /config.h.meson.in
parent5904dbba635dc85d989ef36191bd54465034d2b4 (diff)
downloadtracker-5cef28c795d02b78311720f8bb8b32b23cd831eb.tar.gz
build: Don't look for posix_fadvise
For some reason this fails, but also is unused in this project tree. We can stop asking for its existence.
Diffstat (limited to 'config.h.meson.in')
-rw-r--r--config.h.meson.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson.in b/config.h.meson.in
index 4aff15f72..befa786a5 100644
--- a/config.h.meson.in
+++ b/config.h.meson.in
@@ -19,9 +19,6 @@
/* libunistring Unicode support library */
#mesondefine HAVE_LIBUNISTRING
-/* Define to 1 if you have the `posix_fadvise' function. */
-#mesondefine HAVE_POSIX_FADVISE
-
/* Define to 1 if you have the `statvfs64' function. */
#mesondefine HAVE_STATVFS64