mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-12 03:23:03 +01: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
@@ -7,7 +7,7 @@ test_env = [
|
||||
'MALLOC_CHECK_=2',
|
||||
]
|
||||
|
||||
test_cargs = ['-DHAVE_CONFIG_H=1', '-DG_LOG_DOMAIN="GLib"']
|
||||
test_cargs = ['-DG_LOG_DOMAIN="GLib"']
|
||||
|
||||
subdir('gobject')
|
||||
subdir('refcount')
|
||||
|
||||
Reference in New Issue
Block a user