Build STlink support by default
[fw/openocd] / configure.ac
index d61dcc16098b200842beb6365bbe24d0b1ee5506..0f2f6b54174094f34c786a04ccab86d160e0722e 100644 (file)
@@ -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]),