From ccaca820f57dbb28f5d290c7c2473faf6e19ffb9 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Sat, 6 Aug 2011 08:57:06 +0000 Subject: [PATCH] don't compile run_loop_embedded in standard build --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f7b538848..35f9fbeff 100644 --- a/configure.in +++ b/configure.in @@ -68,7 +68,7 @@ echo "BTstack configured for HCI $HCI_TRANSPORT Transport" HAVE_SO_NOSIGPIPE="no" -RUN_LOOP_SOURCES="run_loop_posix.c run_loop_embedded.c" +RUN_LOOP_SOURCES="run_loop_posix.c" case "$host_os" in darwin*) RUN_LOOP_SOURCES="$RUN_LOOP_SOURCES run_loop_cocoa.m"