From 191f0f478de9ff9fbc8677c019c092f0c16f2222 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 8 Sep 2021 00:12:20 +0300 Subject: [PATCH] build: detect wordexp This was missing from the autotools setup. --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meson.build b/meson.build index 2ea49be4..dfebd630 100644 --- a/meson.build +++ b/meson.build @@ -88,6 +88,10 @@ foreach f : functions endif endforeach +if cc.has_function('wordexp') + config_h_data.set('HAVE_WORDEXP_H',1) +endif + ################################################################################ # hard dependencies