summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-11-12 11:52:35 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2018-08-11 22:55:53 +0200
commite73979ae330cc476141ff509b60832fe2cf8ea10 (patch)
tree1047f8f0bc9245d0f44874809044fece02124358
parentaf3f39dae005c8c3ceb0a88c38b1c2172b20f1d7 (diff)
downloaddconf-e73979ae330cc476141ff509b60832fe2cf8ea10.tar.gz
build: Remove macro definition
meson uses the compiler's HAVE_CONFIG_H macro definiton, inherited from autotools behaviours. However it is not necessary. This patch removes the use of the macro definition.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 68e4e57..05c87dc 100644
--- a/meson.build
+++ b/meson.build
@@ -53,7 +53,7 @@ foreach define: set_defines
endforeach
# compiler flags
-common_flags = ['-DHAVE_CONFIG_H']
+common_flags = []
if get_option('buildtype').contains('debug')
test_cflags = [