Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed May 30, 2024
1 parent a137363 commit 42fbad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ else
have_quota = true
cdata.set('NEED_RQUOTA', 1)
if cc.has_member('enum gqr_status', 'Q_OK', prefix: '#include <rpcsvc/rquota.h>')
cdata.set('HAVE_STRUCT_TM_TM_GMTOFF', 1)
cdata.set('HAVE_RQUOTA_H_QR_STATUS', 1)
endif
if get_option('with-libtirpc') and not tirpc.found()
message('Libtirpc requested, but library not found')
Expand Down

0 comments on commit 42fbad7

Please sign in to comment.