diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-07-25 14:22:34 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:24 -0400 |
commit | 5eead72bd3282decd055b60977f45046fdf7e4c2 (patch) | |
tree | 417807ba5e9e0b1fb7068d28e6347c22c43a0b31 /configure | |
parent | ab3180515c6a5f080623cde07c9b89ece77abb19 (diff) |
meson: convert fsdev/
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3751,7 +3751,6 @@ int main(void) EOF if compile_prog "" "$cap_libs" ; then cap_ng=yes - libs_tools="$cap_libs $libs_tools" else if test "$cap_ng" = "yes" ; then feature_not_found "cap_ng" "Install libcap-ng devel" |