From: Keith Packard Date: Sun, 5 May 2013 23:13:40 +0000 (-0700) Subject: Build STlink support by default X-Git-Url: https://git.gag.com/?p=fw%2Fopenocd;a=commitdiff_plain;h=0416b884769d1d487e53ebe4a5f663523b51d407 Build STlink support by default Signed-off-by: Keith Packard --- 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]),