mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 12:55:48 +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
f85c462315
commit
e17be33a0e
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user