Skip to content

Commit

Permalink
[2.4] meson: Two small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed May 27, 2024
1 parent 4c329f8 commit f2c4aa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ endif
check_headers = [
'acl/libacl.h',
'attr/xattr.h',
'attr/xattr.h',
'crypt.h',
'dirent.h',
'dlfcn.h',
Expand Down Expand Up @@ -730,7 +729,7 @@ endif
#

rpcsvc = cc.find_library('rpcsvc', required: false)
quota = cc.find_library('libquota', required: false)
quota = cc.find_library('quota', required: false)
tirpc = dependency('libtirpc', required: false)

quota_link_args = []
Expand Down

0 comments on commit f2c4aa4

Please sign in to comment.