From: Fred Morcos Date: Thu, 3 Aug 2023 17:08:21 +0000 (+0200) Subject: Meson: Define HAVE_CONFIG_H X-Git-Tag: rec-5.1.0-alpha1~80^2~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b8b9714b0cf6a61335b2a96e49fbc870478450f;p=thirdparty%2Fpdns.git Meson: Define HAVE_CONFIG_H --- diff --git a/meson.build b/meson.build index ca41d4c728..1dc276e558 100644 --- a/meson.build +++ b/meson.build @@ -18,6 +18,7 @@ summary('Build Dir', meson.current_build_dir(), section: 'Build') fs = import('fs') # Create the configuration object and dependencies list. +add_global_arguments('-DHAVE_CONFIG_H') conf = configuration_data() deps = []