From 0416b884769d1d487e53ebe4a5f663523b51d407 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 5 May 2013 16:13:40 -0700 Subject: [PATCH] Build STlink support by default Signed-off-by: Keith Packard --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d61dcc160..0f2f6b541 100644 --- a/configure.ac +++ b/configure.ac @@ -477,7 +477,7 @@ AC_ARG_ENABLE([buspirate], AC_ARG_ENABLE([stlink], AS_HELP_STRING([--enable-stlink], [Enable building support for the ST-Link JTAG Programmer]), - [build_stlink=$enableval], [build_stlink=no]) + [build_stlink=$enableval], [build_stlink=yes]) AC_ARG_ENABLE([osbdm], AS_HELP_STRING([--enable-osbdm], [Enable building support for the OSBDM (JTAG only) Programmer]), -- 2.30.2