diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2019-07-03 09:38:57 +0200 |
---|---|---|
committer | Iñigo Martínez <inigomartinez@gmail.com> | 2019-07-03 09:38:57 +0200 |
commit | d1c871a1a6c4491899b4434865b5037f13df94ce (patch) | |
tree | 15141bff6a892f1b2581c9592159fe68e6bd0f01 | |
parent | 11ac4880bb7960fbf5069b95c29b78e771b79805 (diff) | |
download | libgdata-d1c871a1a6c4491899b4434865b5037f13df94ce.tar.gz |
meson: Remove unnecessary functions defines
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |