aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2023-10-24 09:45:21 +0200
committerOliver Smith <osmith@sysmocom.de>2023-11-28 12:58:25 +0100
commit128bec3237246dc958b53931d00e9f61038e2877 (patch)
treea386a689b115542534031b0d70548c609e08aaa0
parent3f0bbe398e16513906d29802d058a87655fceaf1 (diff)
Disable uring when building for embedded
Change-Id: Iec2503986c6d3487761ba592daef0fd42478aa7d Related: OS#6233 (cherry picked from commit 0266b531c5f261e3e3a0235d2681bedd8b9e0f31)
-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)