build: detect wordexp
This was missing from the autotools setup.
This commit is contained in:
@ -88,6 +88,10 @@ foreach f : functions
|
|||||||
endif
|
endif
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
if cc.has_function('wordexp')
|
||||||
|
config_h_data.set('HAVE_WORDEXP_H',1)
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# hard dependencies
|
# hard dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user