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-04-09 19:48:30 +0200
commit8a6c93c31f21e9f04f6588e6e9bd81b5440c0cd4 (patch)
tree91b0a214ad9a57bd0f149af22ad970b5697e71db
parent6b874474776c7ca22dd8bf34992fbf56b2a94253 (diff)
downloaddconf-8a6c93c31f21e9f04f6588e6e9bd81b5440c0cd4.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. https://bugzilla.gnome.org/show_bug.cgi?id=790236
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 19dbe82..a5367e0 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 = [