build: detect wordexp

This was missing from the autotools setup.
This commit is contained in:
Dirk-Jan C. Binnema 2021-09-08 00:12:20 +03:00
parent a34e4056c4
commit 191f0f478d
1 changed files with 4 additions and 0 deletions

View File

@ -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