mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Remove HAVE_CONFIG_H defs and uses
Since GLib files are only meant to be built as part of GLib, config.h always exists, so the checks are more or less pointless. https://bugzilla.gnome.org/show_bug.cgi?id=793399
This commit is contained in:
committed by
Philip Withnall
parent
9d24c8b223
commit
03e86d000f
@@ -16,7 +16,7 @@ gdbus_example_objectmanager_generated = custom_target('gdbus-example-objectmanag
|
||||
|
||||
libgdbus_example_objectmanager = library('libgdbus-example-objectmanager',
|
||||
gdbus_example_objectmanager_generated,
|
||||
c_args : ['-DHAVE_CONFIG_H=1'] + gio_c_args,
|
||||
c_args : gio_c_args,
|
||||
dependencies : [libglib_dep, libgmodule_dep, libgobject_dep, libgio_dep],
|
||||
install : false)
|
||||
|
||||
|
Reference in New Issue
Block a user