meson: Always define HAVE_LIBURING

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2022-06-07 16:19:57 -04:00
parent 869deb9173
commit 4c96107d1e
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -216,6 +216,8 @@ if want_io_uring
endif endif
srcconf.set10('HAVE_LIBURING', true) srcconf.set10('HAVE_LIBURING', true)
else
srcconf.set10('HAVE_LIBURING', false)
endif endif
## Time EPOCH. ## Time EPOCH.