Skip to content

Commit c9866d0

Browse files
committed
Revert "enable remote_bitbang by default (#498)"
This reverts commit d076d9b ("enable remote_bitbang by default"). The intention is to replace it with commit 9eb2426 ("configure.ac: show the Remote Bitbang driver in the config summary") Change-Id: If88816b9c3e69880fa2eac11dcb661031050d815 Signed-off-by: Evgeniy Naydanov <evgeniy.naydanov@syntacore.com>
1 parent 2605cbd commit c9866d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ AC_ARG_ENABLE([internal-libjaylink],
416416

417417
AC_ARG_ENABLE([remote-bitbang],
418418
AS_HELP_STRING([--enable-remote-bitbang], [Enable building support for the Remote Bitbang driver]),
419-
[build_remote_bitbang=$enableval], [build_remote_bitbang=yes])
419+
[build_remote_bitbang=$enableval], [build_remote_bitbang=no])
420420

421421
AS_CASE(["${host_cpu}"],
422422
[i?86|x86*], [],

0 commit comments

Comments
 (0)