aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2023-10-24 09:45:21 +0200
committerdaniel <dwillmann@sysmocom.de>2023-11-24 16:13:07 +0000
commit0266b531c5f261e3e3a0235d2681bedd8b9e0f31 (patch)
treea55f28253efa7de1ab1cb15b06cfce25363468cf
parentd4b94ceb88ada995acd392300bc19f338cb15797 (diff)
Disable uring when building for embedded
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2fc98958..29a95702 100644
--- a/configure.ac
+++ b/configure.ac
@@ -403,6 +403,7 @@ then
AM_CONDITIONAL(ENABLE_LIBSCTP, false)
AM_CONDITIONAL(ENABLE_LIBUSB, false)
AM_CONDITIONAL(ENABLE_PCSC, false)
+ AM_CONDITIONAL(ENABLE_URING, false)
AM_CONDITIONAL(ENABLE_PSEUDOTALLOC, true)
AM_CONDITIONAL(ENABLE_SERCOM_STUB, true)
AM_CONDITIONAL(EMBEDDED, true)