[libgdata: 3/4] meson: Remove unnecessary functions defines
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata: 3/4] meson: Remove unnecessary functions defines
- Date: Wed, 3 Jul 2019 10:33:29 +0000 (UTC)
commit d1c871a1a6c4491899b4434865b5037f13df94ce
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Wed Jul 3 09:38:57 2019 +0200
meson: Remove unnecessary functions defines
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index d355eda8..36d8cc1c 100644
--- a/meson.build
+++ b/meson.build
@@ -146,7 +146,7 @@ check_functions += [
]
foreach func: check_functions
- config_h.set('HAVE_' + func.to_upper(), cc.has_function(func))
+ cc.has_function(func)
endforeach
check_headers = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]