Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 819783 | Differences between
and this patch

Collapse All | Expand All

(-)a/meson.build (-1 lines)
Lines 51-57 Link Here
51
# Dependencies
51
# Dependencies
52
52
53
check_functions = [
53
check_functions = [
54
    'fdatasync',
55
]
54
]
56
foreach function : check_functions
55
foreach function : check_functions
57
    config.set('HAVE_'+function.to_upper(), cc.has_function(function))
56
    config.set('HAVE_'+function.to_upper(), cc.has_function(function))

Return to bug 819783