summaryrefslogtreecommitdiff
path: root/tests/testing-util
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-16 16:38:48 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commit46cf665494b7602b2aed8cb156415236f828e112 (patch)
treec95de26d0736eced826dda37e2c3b161b531b081 /tests/testing-util
parent35e70f0b4581276955cc9caa5088afea1a9d6ca6 (diff)
downloadlibpeas-46cf665494b7602b2aed8cb156415236f828e112.tar.gz
janitorial: remove HAVE_CONFIG_H
There is no need to do the HAVE_CONFIG_H thing with meson. We always have a config.h so just include it unconditionally.
Diffstat (limited to 'tests/testing-util')
-rw-r--r--tests/testing-util/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testing-util/meson.build b/tests/testing-util/meson.build
index 34fd221..521337d 100644
--- a/tests/testing-util/meson.build
+++ b/tests/testing-util/meson.build
@@ -18,7 +18,6 @@ libtesting_util_deps = [
]
libtesting_util_c_args = [
- '-DHAVE_CONFIG_H',
'-DBUILDDIR="@0@"'.format(builddir),
'-DSRCDIR="@0@"'.format(srcdir),
'-UG_DISABLE_ASSERT',