mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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
This commit is contained in:
parent
3032b5ed5b
commit
8759582716
@ -1885,7 +1885,6 @@ have_sh = find_program('sh', required : false).found() # For glib-gettextize
|
|||||||
|
|
||||||
# FIXME: defines in config.h that are not actually used anywhere
|
# FIXME: defines in config.h that are not actually used anywhere
|
||||||
# (we add them for now to minimise the diff)
|
# (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('STDC_HEADERS', 1)
|
||||||
glib_conf.set('SIZEOF___INT64', 8)
|
glib_conf.set('SIZEOF___INT64', 8)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user