summaryrefslogtreecommitdiff
path: root/config.h.meson.in
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-03-02 12:20:34 +0100
committerCarlos Garnacho <carlosg@gnome.org>2023-03-02 15:44:59 +0100
commite765d0cb2b71c110c08461bef2ca04f313cbad94 (patch)
tree83ff45b89485ee6a365f6a1f0db6ba1eccff4553 /config.h.meson.in
parentdcc7f767b3a705728c30c81cb38789262cf62b8c (diff)
downloadtracker-e765d0cb2b71c110c08461bef2ca04f313cbad94.tar.gz
build: Remove define leftovers
The HAVE_LIBICU/LIBUNISTRING defines should not be needed for anything now.
Diffstat (limited to 'config.h.meson.in')
-rw-r--r--config.h.meson.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.meson.in b/config.h.meson.in
index befa786a5..df4b880b0 100644
--- a/config.h.meson.in
+++ b/config.h.meson.in
@@ -10,15 +10,9 @@
/* Defined if Sqlite has FTS5 compiled in */
#mesondefine HAVE_BUILTIN_FTS
-/* libicu Unicode support library */
-#mesondefine HAVE_LIBICU
-
/* Define if we have libstemmer */
#mesondefine HAVE_LIBSTEMMER
-/* libunistring Unicode support library */
-#mesondefine HAVE_LIBUNISTRING
-
/* Define to 1 if you have the `statvfs64' function. */
#mesondefine HAVE_STATVFS64