summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2023-01-14 10:29:58 +1030
committerAdrian Johnson <ajohnson@redneon.com>2023-01-15 19:00:22 +1030
commitd5e8a8c02e49332833379629bff4133a4533077e (patch)
treeb7a58df45507e5fca9abe32623303c0ce3904c97 /meson.build
parentbdbc10077e02113d1494ae45e23a4744971c6aae (diff)
downloadcairo-d5e8a8c02e49332833379629bff4133a4533077e.tar.gz
We don't use HAVE_CONFIG_H anymore
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index fb5fd3a49..0faf8638e 100644
--- a/meson.build
+++ b/meson.build
@@ -97,9 +97,6 @@ endif
add_project_arguments('-D_GNU_SOURCE', language: 'c')
-# Autotools compatibility
-add_project_arguments('-DHAVE_CONFIG_H', language: 'c')
-
# Make sure source directory hasn't been configured with autotools
fs = import('fs')
if fs.exists('config.h') or fs.exists('src/cairo-features.h') or fs.exists('src/cairo-supported-features.h')