[glib/glib-2-58: 5/55] build: Drop unused HAVE_DLFCN_H definition
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-58: 5/55] build: Drop unused HAVE_DLFCN_H definition
- Date: Fri, 19 Oct 2018 13:37:56 +0000 (UTC)
commit e17be33a0eb78182d3e1658084c6b0f9f6ca5e10
Author: Philip Withnall <withnall endlessm com>
Date: Wed Aug 29 12:01:22 2018 +0100
build: Drop unused HAVE_DLFCN_H definition
I can’t see this being used anywhere in GLib, or in my /usr/include
directory. I’m also not sure how configure.ac ends up defining it — it’s
certainly as a side-effect of something, and not deliberate.
Signed-off-by: Philip Withnall <withnall endlessm com>
https://gitlab.gnome.org/GNOME/glib/issues/1313
meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 64521bffb..d5836037b 100644
--- a/meson.build
+++ b/meson.build
@@ -1884,7 +1884,6 @@ have_sh = find_program('sh', required : false).found() # For glib-gettextize
# FIXME: defines in config.h that are not actually used anywhere
# (we add them for now to minimise the diff)
-glib_conf.set('HAVE_DLFCN_H', 1)
glib_conf.set('STDC_HEADERS', 1)
glib_conf.set('SIZEOF___INT64', 8)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]