From a20812af94669cb07d6ee92cbab37e751615b3eb 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 3b5c5a05..9caccc3e 100644 --- a/meson.build +++ b/meson.build @@ -95,6 +95,10 @@ endforeach ################################################################################ +if cc.has_function('wordexp') + config_h_data.set('HAVE_WORDEXP_H',1) +endif + ################################################################################ # hard dependencies